/*
Theme Name: Sheshi Search Result Density
Version: 0.30.0
Description: Stable inline status, uniform-context reduction, language truncation and compact sticky search behavior.
*/

body.search.sheshi-shell .sheshi-results-search-strip {
  box-shadow: 0 8px 18px rgba(23, 33, 38, .08) !important;
}

body.search.sheshi-shell .sheshi-results-search-strip::after {
  position: absolute !important;
  right: 0 !important;
  bottom: -8px !important;
  left: 0 !important;
  height: 8px !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0)) !important;
  content: "" !important;
  pointer-events: none !important;
}

body.search.sheshi-shell .sheshi-results-grid.sheshi-results-list {
  scroll-margin-top: 142px !important;
}

body.search.sheshi-shell .sheshi-result-card--directory-row {
  min-height: 92px !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  scroll-margin-top: 142px !important;
}

body.search.sheshi-shell .sheshi-result-card--directory-row.is-uniform-category {
  grid-template-columns: minmax(0, 1fr) 24px !important;
}

body.search.sheshi-shell .sheshi-result-card--directory-row.is-uniform-category .sheshi-result-body {
  grid-column: 1 !important;
  min-width: 0 !important;
}

body.search.sheshi-shell .sheshi-result-card--directory-row.is-uniform-category .sheshi-result-row-arrow {
  grid-column: 2 !important;
}

body.search.sheshi-shell .sheshi-result-card--directory-row .sheshi-result-title-row {
  display: block !important;
}

body.search.sheshi-shell .sheshi-result-card--directory-row .sheshi-result-title-row h2 {
  display: inline !important;
  line-height: 1.32 !important;
}

body.search.sheshi-shell .sheshi-result-card--directory-row .sheshi-result-title-row h2 .sheshi-meta-chip {
  display: inline-flex !important;
  min-height: 20px !important;
  align-items: center !important;
  margin: 0 0 1px 6px !important;
  padding: 1px 6px !important;
  vertical-align: baseline !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
}

body.search.sheshi-shell .sheshi-result-card--directory-row .sheshi-result-facts {
  gap: 0 !important;
  margin-top: 4px !important;
}

body.search.sheshi-shell .sheshi-result-card--directory-row .sheshi-result-facts > span {
  display: inline-flex !important;
  align-items: baseline !important;
}

body.search.sheshi-shell .sheshi-result-card--directory-row .sheshi-result-facts > span + span::before {
  content: none !important;
}

body.search.sheshi-shell .sheshi-result-card--directory-row .sheshi-result-separator {
  flex: 0 0 auto !important;
  margin: 0 8px !important;
  color: var(--primary) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body.search.sheshi-shell .sheshi-result-card--directory-row .sheshi-result-country {
  color: var(--text-secondary) !important;
  font-weight: 600 !important;
}

body.search.sheshi-shell .sheshi-result-card--directory-row .sheshi-result-languages b {
  margin-left: 4px !important;
  color: var(--accent) !important;
  font-size: inherit !important;
  font-weight: 700 !important;
}

body.search.sheshi-shell .sheshi-result-card--directory-row .sheshi-result-description {
  margin-top: 3px !important;
}

body.search.sheshi-shell .sheshi-results-context-detail {
  color: var(--text-muted) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

@media (max-width: 767px) {
  body.search.sheshi-shell .sheshi-results-search-strip {
    transition: box-shadow 150ms ease !important;
  }

  body.search.sheshi-shell .sheshi-results-search-strip.is-compact form.sheshi-search-results {
    grid-template-rows: 46px !important;
  }

  body.search.sheshi-shell .sheshi-results-search-strip.is-compact .sheshi-search-results-field--location {
    display: none !important;
  }

  body.search.sheshi-shell .sheshi-results-search-strip.is-compact .sheshi-search-results-field--term,
  body.search.sheshi-shell .sheshi-results-search-strip.is-compact form.sheshi-search-results > .sheshi-search-filter-toggle {
    grid-row: 1 !important;
  }

  body.search.sheshi-shell .sheshi-results-grid.sheshi-results-list,
  body.search.sheshi-shell .sheshi-result-card--directory-row {
    scroll-margin-top: 122px !important;
  }

  body.search.sheshi-shell .sheshi-result-card--directory-row {
    min-height: 104px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  body.search.sheshi-shell .sheshi-result-card--directory-row.is-uniform-category {
    grid-template-columns: minmax(0, 1fr) 20px !important;
  }

  body.search.sheshi-shell .sheshi-results-context-detail {
    display: block !important;
    margin-top: 2px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.search.sheshi-shell .sheshi-results-search-strip {
    transition: none !important;
  }
}
