/* ============================================================
   NETHERLANDS UI FINAL FIXES - 2026-09-14
============================================================ */

/* The homepage card ends with the dark Escort [Location] bar. */
body.home .fp-card-commerce,
body.front-page .fp-card-commerce,
body.page-template-front-page .fp-card-commerce {
  display: none !important;
}

/* Make the city/location heading block impossible to collapse or clip. */
html body .city-directory-page .directory-head.location-head,
html body .city-directory-page .city-hero-ad-row {
  overflow: visible !important;
}

html body .city-directory-page .city-hero-ad-row .city-hero.location-hero {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 136px !important;
  padding: 16px 20px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body .city-directory-page .city-hero-ad-row .city-hero.location-hero .location-kicker {
  display: inline-flex !important;
  position: relative !important;
  z-index: 2 !important;
  margin: 0 0 7px !important;
  padding: 4px 10px !important;
  min-height: 22px !important;
  align-items: center !important;
  border-radius: 999px !important;
  background: rgba(8,15,29,.72) !important;
  color: #fbbf24 !important;
  -webkit-text-fill-color: #fbbf24 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}

html body .city-directory-page .city-hero-ad-row .city-hero.location-hero h1 {
  display: block !important;
  position: relative !important;
  z-index: 2 !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: clamp(23px, 2vw, 32px) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body .city-directory-page .city-hero-ad-row .city-hero.location-hero p {
  display: block !important;
  position: relative !important;
  z-index: 2 !important;
  max-width: 780px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #e2e8f0 !important;
  -webkit-text-fill-color: #e2e8f0 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Keep the location bar concise and consistent with the requested wording. */
.escort-card .meta-location-bar {
  white-space: normal !important;
  text-transform: none !important;
}

@media (max-width: 760px) {
  html body .city-directory-page .city-hero-ad-row .city-hero.location-hero {
    min-height: 124px !important;
    padding: 14px !important;
  }
  html body .city-directory-page .city-hero-ad-row .city-hero.location-hero h1 {
    font-size: 23px !important;
  }
}
