/**
 * Location landings (/{country}/, /{country}/{city}/) — extras on top of home-page.css
 */

body.mfe-location-active,
.mfe-location-wrap {
  overflow-x: hidden;
}

.site-content:has(.mfe-location) #secondary.widget-area {
  display: none !important;
}

.site-content:has(.mfe-location) .hm-container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mfe-location__crumb {
  margin: 0 0 12px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.82);
}

.mfe-location__crumb a {
  color: #fff !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mfe-location__crumb span {
  margin: 0 6px;
  opacity: 0.7;
}

.mfe-location-city__badge {
  font-size: 1.1rem !important;
  font-weight: 800;
  color: var(--mfe-red);
  background: #fff !important;
}

.mfe-location-city__count {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--mfe-muted);
}

.mfe-location-around {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mfe-location-around__card {
  min-height: 110px;
  background:
    linear-gradient(160deg, rgba(15, 23, 42, 0.55), rgba(15, 23, 42, 0.82)),
    linear-gradient(135deg, #1f2937, #0f172a);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 4px;
  padding: 16px;
}

.mfe-location-around__card .mfe-city__name {
  text-align: left;
}

.mfe-location-around__meta {
  position: relative;
  z-index: 1;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 900px) {
  .mfe-location-around {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .mfe-location-around {
    grid-template-columns: 1fr;
  }
}

.mfe-upcoming-events__more {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.mfe-load-more {
  appearance: none;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #0f172a;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 12px 28px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mfe-load-more:hover,
.mfe-load-more:focus-visible {
  background: #0f172a;
  border-color: #0f172a;
  color: #fff;
  outline: none;
}

.mfe-load-more:disabled,
.mfe-load-more.is-loading {
  opacity: 0.65;
  cursor: wait;
}

.mfe-cat-card.is-active {
  border-color: currentColor;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.mfe-hero__sub {
  margin: 0 auto 22px;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 500;
}

.mfe-category-hub-wrap .site-content,
body.page-template-custom-upcoming-concert-page .site-content .hm-container,
body.page-template-custom-upcoming-concert-page-php .site-content .hm-container,
body.page-template-custom-upcoming-sport-page .site-content .hm-container,
body.page-template-custom-upcoming-sport-page-php .site-content .hm-container,
body.page-template-custom-upcoming-festival-page .site-content .hm-container,
body.page-template-custom-upcoming-festival-page-php .site-content .hm-container,
body.page-template-custom-upcoming-comedy-page .site-content .hm-container,
body.page-template-custom-upcoming-comedy-page-php .site-content .hm-container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-template-custom-upcoming-concert-page #secondary.widget-area,
body.page-template-custom-upcoming-concert-page-php #secondary.widget-area,
body.page-template-custom-upcoming-sport-page #secondary.widget-area,
body.page-template-custom-upcoming-sport-page-php #secondary.widget-area,
body.page-template-custom-upcoming-festival-page #secondary.widget-area,
body.page-template-custom-upcoming-festival-page-php #secondary.widget-area,
body.page-template-custom-upcoming-comedy-page #secondary.widget-area,
body.page-template-custom-upcoming-comedy-page-php #secondary.widget-area,
.site-content:has(.mfe-category-hub) #secondary.widget-area {
  display: none !important;
}


