/* Explore final: loaded after the large shared stylesheet. */
body[data-route="explore"] .match-results-page {
  max-width: 1760px !important;
  margin: 0 auto !important;
  padding: 40px clamp(18px, 4.4vw, 76px) 56px !important;
}

body[data-route="explore"] .explore-hero {
  position: relative !important;
  max-width: none !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body[data-route="explore"] .explore-hero > h1 {
  max-width: calc(100% - 260px) !important;
  margin: 0 0 8px !important;
  color: var(--ink) !important;
  font-size: clamp(42px, 4vw, 58px) !important;
  line-height: 1.04 !important;
}

body[data-route="explore"] .explore-count {
  margin: 0 0 24px !important;
  color: #4d5a72 !important;
  font-size: 22px !important;
}

body[data-route="explore"] .results-request-bar {
  position: absolute !important;
  top: 8px !important;
  right: 0 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: flex-end !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body[data-route="explore"] .results-request-bar p {
  display: none !important;
}

body[data-route="explore"] .results-request-bar button {
  min-height: 44px !important;
  padding: 0 2px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: var(--ink) !important;
  background: transparent !important;
  font-size: 17px !important;
  font-weight: 850 !important;
}

body[data-route="explore"] .explore-hero .request-edit-panel {
  max-width: none !important;
  margin: 0 !important;
  padding: 20px 24px 24px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 1fr) 240px !important;
  gap: 24px !important;
  align-items: end !important;
  border: 1px solid #d4dce8 !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .78) !important;
  box-shadow: none !important;
}

body[data-route="explore"] .explore-hero .request-edit-panel input,
body[data-route="explore"] .explore-hero .request-edit-panel select,
body[data-route="explore"] .explore-hero .request-edit-panel button {
  min-height: 62px !important;
  border-radius: 7px !important;
  font-size: 18px !important;
}

body[data-route="explore"] .directory-note {
  max-width: none !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-route="explore"] .results-layout {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 448px) !important;
  gap: 38px !important;
  align-items: start !important;
}

body[data-route="explore"] .results-count {
  margin: 0 0 10px !important;
  color: #56627a !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

body[data-route="explore"] .result-batches {
  margin: 10px 0 18px !important;
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) 150px !important;
  gap: 18px !important;
  align-items: center !important;
}

body[data-route="explore"] .result-batches span {
  text-align: center !important;
}

body[data-route="explore"] .result-batches button {
  min-height: 56px !important;
  justify-content: center !important;
}

body[data-route="explore"] .result-list {
  gap: 20px !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

body[data-route="explore"] .result-image-wrap,
body[data-route="explore"] .result-card.featured .result-image-wrap,
body[data-route="explore"] .result-card:not(.featured) .result-image-wrap,
body[data-route="explore"] .result-contact-note {
  display: none !important;
}

body[data-route="explore"] .result-card {
  min-height: 0 !important;
  padding: 30px 32px 24px !important;
  display: grid !important;
  grid-template-columns: minmax(480px, 1fr) minmax(160px, 230px) minmax(180px, 210px) !important;
  gap: 28px !important;
  align-items: start !important;
  border: 1px solid #d8e0ed !important;
  border-radius: 10px !important;
  background: rgba(251, 253, 255, .94) !important;
  box-shadow: none !important;
}

body[data-route="explore"] .result-copy {
  min-width: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body[data-route="explore"] .result-copy h2 {
  margin: 0 0 18px !important;
  color: var(--ink) !important;
  font-size: clamp(25px, 2vw, 32px) !important;
  line-height: 1.08 !important;
}

body[data-route="explore"] .result-rating-summary {
  margin: 0 0 20px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px 13px !important;
  align-items: center !important;
}

body[data-route="explore"] .result-rating-summary strong {
  font-size: 27px !important;
  line-height: 1 !important;
}

body[data-route="explore"] .result-static-stars {
  color: #b9c1cf !important;
  font-size: 23px !important;
  line-height: 1 !important;
}

body[data-route="explore"] .result-static-stars .is-filled {
  color: #e5a400 !important;
}

body[data-route="explore"] .result-phone,
body[data-route="explore"] .result-area {
  margin: 0 0 10px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: #132b52 !important;
  font-size: 17px !important;
}

body[data-route="explore"] .result-desc {
  max-width: 760px !important;
  margin: 0 !important;
  color: #0f284f !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
}

body[data-route="explore"] .result-rating-breakdown {
  margin-top: 34px !important;
  display: grid !important;
  gap: 7px !important;
}

body[data-route="explore"] .rating-breakdown-row {
  display: grid !important;
  grid-template-columns: 16px minmax(70px, 1fr) 32px !important;
  gap: 10px !important;
  align-items: center !important;
}

body[data-route="explore"] .rating-breakdown-row i {
  height: 5px !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: #e2e6ed !important;
}

body[data-route="explore"] .rating-breakdown-row b {
  height: 100% !important;
  display: block !important;
  background: #e2a500 !important;
}

body[data-route="explore"] .rating-breakdown-row em {
  font-style: normal !important;
  text-align: right !important;
}

body[data-route="explore"] .result-actions {
  padding: 6px 0 0 !important;
  display: grid !important;
  gap: 14px !important;
  align-content: start !important;
  border-left: 0 !important;
}

body[data-route="explore"] .result-actions .primary,
body[data-route="explore"] .result-actions .outline {
  width: 100% !important;
  min-height: 58px !important;
  justify-content: center !important;
  border-radius: 8px !important;
  font-size: 17px !important;
  font-weight: 900 !important;
}

body[data-route="explore"] .result-card-footer {
  grid-column: 1 / 3 !important;
  display: grid !important;
  gap: 14px !important;
  padding-top: 20px !important;
  border-top: 1px solid #dfe5ee !important;
}

body[data-route="explore"] .result-review-strip {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px 20px !important;
  align-items: end !important;
}

body[data-route="explore"] .listing-rating-widget {
  margin-top: 0 !important;
  padding: 12px 14px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
}

body[data-route="explore"] .urgent-support-card {
  position: sticky !important;
  top: 116px !important;
  min-height: 512px !important;
  padding: 74px 52px 42px !important;
  border: 1px solid #d8e0ed !important;
  border-radius: 10px !important;
  background: rgba(255, 253, 249, .86) !important;
  box-shadow: none !important;
}

@media (max-width: 1380px) {
  body[data-route="explore"] .results-layout {
    grid-template-columns: 1fr !important;
  }

  body[data-route="explore"] .urgent-support-card {
    position: relative !important;
    top: auto !important;
    min-height: 0 !important;
  }
}

@media (max-width: 900px) {
  body[data-route="explore"] .explore-hero > h1 {
    max-width: none !important;
    font-size: clamp(34px, 9vw, 48px) !important;
  }

  body[data-route="explore"] .results-request-bar {
    position: static !important;
    justify-content: flex-start !important;
    margin: -8px 0 16px !important;
  }

  body[data-route="explore"] .explore-hero .request-edit-panel,
  body[data-route="explore"] .result-card,
  body[data-route="explore"] .result-review-strip,
  body[data-route="explore"] .listing-rating-widget {
    grid-template-columns: 1fr !important;
  }

  body[data-route="explore"] .result-actions {
    grid-template-columns: 1fr 1fr !important;
  }

  body[data-route="explore"] .result-actions .primary,
  body[data-route="explore"] .result-details,
  body[data-route="explore"] .result-card-footer {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 560px) {
  body[data-route="explore"] .match-results-page {
    padding: 22px 14px 40px !important;
  }

  body[data-route="explore"] .result-batches {
    grid-template-columns: 1fr 1fr !important;
  }

  body[data-route="explore"] .result-batches span {
    grid-column: 1 / -1 !important;
    order: -1 !important;
  }

  body[data-route="explore"] .result-card {
    padding: 18px 14px !important;
  }

  body[data-route="explore"] .result-actions {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 700px) {
  body[data-route="explore"] .results-side {
    position: static !important;
    margin-top: 22px !important;
  }

  body[data-route="explore"] .ad-offer-card {
    max-height: none !important;
  }
}
