/*
Theme Name: Sheshi Dynamic Journey Consistency
Version: 0.28.7
Description: Closes interaction-state, sticky-position and touch-target gaps found by the live journey audit.
*/

/* `hidden` creates a scroll container and breaks the sticky profile contact
   card. `clip` prevents horizontal document scrolling without changing the
   vertical containing block. */
html,
body.sheshi-home,
body.sheshi-shell {
  overflow-x: clip !important;
}

@media (max-width: 767px) {
  html.sheshi-mobile-nav-open,
  html.sheshi-mobile-nav-open body {
    overflow-y: hidden !important;
    overscroll-behavior: none !important;
  }

  .sheshi-mobile-menu > nav {
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch;
  }

  .sheshi-mobile-action span {
    color: var(--text-primary) !important;
  }

  body.search.sheshi-shell .sheshi-result-details,
  body.archive.sheshi-shell .sheshi-result-details,
  body.tax-listing-category.sheshi-shell .sheshi-result-details,
  body.tax-location.sheshi-shell .sheshi-result-details,
  body.search.sheshi-shell .sheshi-empty-actions .sheshi-text-link {
    display: inline-flex !important;
    min-height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.search.sheshi-shell .sheshi-result-details,
  body.archive.sheshi-shell .sheshi-result-details,
  body.tax-listing-category.sheshi-shell .sheshi-result-details,
  body.tax-location.sheshi-shell .sheshi-result-details {
    width: 100% !important;
    border: 1px solid var(--border-strong) !important;
    border-radius: 8px !important;
    color: var(--text-primary) !important;
    background: var(--surface-card) !important;
    text-decoration: none !important;
  }

  body.search.sheshi-shell .sheshi-search-results .sheshi-search-submit {
    gap: 8px !important;
  }

  body.search.sheshi-shell .sheshi-search-results .sheshi-search-submit-label {
    display: inline !important;
  }

  /* Keep the final footer line fully above the persistent phone action. */
  body.single-listing .sheshi-profile-page.has-mobile-callbar ~ .sheshi-site-footer {
    padding-bottom: calc(72px + env(safe-area-inset-bottom)) !important;
  }

  body.single-listing .sheshi-profile-page.has-mobile-callbar {
    padding-bottom: 0 !important;
  }
}
