/**
 * BWW Design System — split from bww-ui.css
 * See /home/bway/design-system/MASTER.md
 */

/* ── More to Do page (/more-to-do/) ─────────────────────────────────────── */
.more-to-do-page.inner-page h1.bww-page-hero__title,
.more-to-do-page .bww-page-hero__title {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: var(--bww-white);
}
.more-to-do-page .bww-page-hero {
  padding: var(--bww-space-3) var(--bww-space-4);
  margin-bottom: var(--bww-space-2);
}
.more-to-do-page .bww-page-hero__subtitle {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}
.more-to-do-page__content {
  padding-top: var(--bww-space-3);
}
.more-to-do-page .bww-filters-panel {
  margin-top: 0;
  margin-bottom: var(--bww-space-4);
}
.more-to-do-page .bww-filter-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--bww-text-muted);
  white-space: nowrap;
  margin-right: 2px;
}
.more-to-do-page .bww-filters-panel .bww-filter-bar--chips {
  align-items: center;
}
.more-to-do-page .bww-filter-check {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: var(--bww-text-sm);
  color: var(--bww-text);
  cursor: pointer;
  user-select: none;
}
.more-to-do-page .bww-filter-check input {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: var(--bww-red);
}
.more-to-do-page .bww-data-table__thumb {
  text-align: center;
  font-size: var(--bww-text-sm);
  min-width: 90px;
}
.more-to-do-page .bww-data-table__thumb img {
  display: block;
  margin: 0 auto var(--bww-space-1);
  border-radius: var(--bww-radius-sm);
  max-width: 100%;
  height: auto;
}
.more-to-do-page .bww-data-table__featured-row td {
  background: rgba(255, 251, 0, 0.12);
}
.more-to-do-page__star-picks .bww-block-header {
  align-items: flex-start;
}
.more-to-do-page__star-picks .bww-block-header__title {
  line-height: 1.35;
}
.more-to-do-page__star-picks-body {
  padding: var(--bww-space-4);
}
.more-to-do-page__star-picks-credits {
  margin: 0 0 var(--bww-space-3);
  font-size: var(--bww-text-sm);
  font-weight: 600;
  line-height: 1.45;
  color: var(--bww-text);
}
.more-to-do-page__star-picks-embed {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto var(--bww-space-3);
  aspect-ratio: 16 / 9;
}
.more-to-do-page__star-picks-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.more-to-do-page__star-picks-caption {
  margin: 0;
  font-size: var(--bww-text-sm);
  line-height: 1.55;
  color: var(--bww-text-muted);
}
.more-to-do-page__faq {
  margin-top: var(--bww-space-5);
}
.more-to-do-page__faq-panel {
  padding: var(--bww-space-4);
}
.more-to-do-page__faq-list {
  margin: 0;
}
.more-to-do-page__faq-q {
  margin: 0 0 var(--bww-space-1);
  font-size: var(--bww-text-base);
  font-weight: 700;
  color: var(--bww-text);
  line-height: 1.4;
}
.more-to-do-page__faq-a {
  margin: 0 0 var(--bww-space-4);
  font-size: var(--bww-text-base);
  line-height: 1.55;
  color: var(--bww-text);
}
.more-to-do-page__faq-a:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .more-to-do-page .l-side {
    display: none;
  }
  .more-to-do-page .bww-filters-panel .bww-filter-bar--tools {
    flex-direction: column;
    align-items: stretch;
  }
  .more-to-do-page .bww-filters-panel .bww-select--inline {
    max-width: none;
    width: 100%;
  }
}

/* ── More to Do restaurants (/more-to-do/restaurants.php) ───────────────── */
.more-to-do-restaurants-page .bww-filters-panel {
  margin-bottom: var(--bww-space-4);
}
.more-to-do-restaurants-page--filtered .bww-filters-panel .bww-filter-bar--chips {
  align-items: center;
}
.more-to-do-restaurants-page__grid {
  margin-bottom: var(--bww-space-5);
}
.more-to-do-restaurants-page__card {
  height: 100%;
}
.more-to-do-restaurants-page__card--advertiser {
  background: rgba(255, 251, 0, 0.12);
  border-color: rgba(178, 2, 35, 0.2);
}
.more-to-do-restaurants-page__cuisine {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--bww-space-2);
  margin: 0 0 var(--bww-space-1);
  font-size: var(--bww-text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--bww-text-muted);
}
.more-to-do-restaurants-page__price {
  color: #2e7d32;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.more-to-do-restaurants-page__address {
  margin: var(--bww-space-1) 0 0;
  font-size: var(--bww-text-sm);
  font-style: normal;
  line-height: 1.45;
  color: var(--bww-text-muted);
}
.more-to-do-restaurants-page__ad {
  grid-column: 1 / -1;
  min-height: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .more-to-do-restaurants-page__grid {
    gap: var(--bww-space-3);
  }
}

/* ── More to Do detail (/more-to-do/{slug}) ─────────────────────────────── */
.more-to-do-detail-page .bww-page-hero {
  padding: var(--bww-space-3) var(--bww-space-4);
  margin-bottom: var(--bww-space-2);
}
.more-to-do-detail-page .bww-page-hero__title {
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
}
.more-to-do-detail-page .bww-page-hero__subtitle {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}
.more-to-do-detail-page__content {
  padding-top: var(--bww-space-3);
}
.more-to-do-detail-page__links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--bww-space-2);
  margin-bottom: var(--bww-space-4);
}
.more-to-do-detail-page__links .bww-btn {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}
.more-to-do-detail-page__intro {
  display: flow-root;
  margin-bottom: var(--bww-space-4);
  font-size: var(--bww-text-base);
  line-height: 1.6;
  color: var(--bww-text);
}
.more-to-do-detail-page__intro a {
  color: var(--bww-red);
  text-decoration: underline;
}
.more-to-do-detail-page__glance {
  float: right;
  width: min(100%, 200px);
  margin: 0 0 var(--bww-space-3) var(--bww-space-4);
}
.more-to-do-detail-page__glance .bww-block-header__title {
  font-size: 11px;
}
.more-to-do-detail-page__glance-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.more-to-do-detail-page__glance-body {
  padding: var(--bww-space-3);
}
.more-to-do-detail-page__glance-list {
  margin: 0;
  font-size: var(--bww-text-sm);
  line-height: 1.5;
}
.more-to-do-detail-page__glance-list dt {
  margin: var(--bww-space-2) 0 2px;
  font-weight: 700;
  color: var(--bww-text);
}
.more-to-do-detail-page__glance-list dt:first-child {
  margin-top: 0;
}
.more-to-do-detail-page__glance-list dd {
  margin: 0;
  color: var(--bww-text-muted);
}
.more-to-do-detail-page__discount {
  margin-bottom: var(--bww-space-5);
  padding: var(--bww-space-4);
  border: 2px dashed var(--bww-red);
  border-radius: var(--bww-radius-lg);
  background: var(--bww-surface);
}
.more-to-do-detail-page__discount-title {
  margin: 0 0 var(--bww-space-3);
  font-size: var(--bww-text-lg);
  font-weight: 700;
  color: var(--bww-text);
}
.more-to-do-detail-page__discount-form {
  display: flex;
  flex-wrap: wrap;
  gap: var(--bww-space-2);
  align-items: stretch;
  margin-top: var(--bww-space-3);
}
.more-to-do-detail-page__discount-form .bww-input {
  flex: 1 1 200px;
  min-width: 0;
  margin: 0;
}
.more-to-do-detail-page__discount-offer {
  margin-top: var(--bww-space-3);
}
.more-to-do-detail-page__discount-offer h3 {
  margin: 0 0 var(--bww-space-2);
  font-size: var(--bww-text-base);
  font-weight: 700;
}
.more-to-do-detail-page__map-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 420px;
  background: var(--bww-surface-muted);
}
.more-to-do-detail-page__map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.more-to-do-detail-page__map-address {
  margin: var(--bww-space-3) 0 0;
  text-align: center;
  font-size: var(--bww-text-sm);
  line-height: 1.5;
  color: var(--bww-text);
}
.more-to-do-detail-page__map-address a {
  color: var(--bww-red);
  font-weight: 600;
  text-decoration: none;
}
.more-to-do-detail-page__map-address a:hover {
  text-decoration: underline;
}
.more-to-do-detail-page__video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--bww-space-4);
  padding: var(--bww-space-4);
}
.more-to-do-detail-page__video-item {
  min-width: 0;
}
.more-to-do-detail-page__video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--bww-surface-muted);
  border-radius: var(--bww-radius-sm);
  overflow: hidden;
}
.more-to-do-detail-page__video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.more-to-do-detail-page__video-caption {
  margin: var(--bww-space-2) 0 0;
  padding: var(--bww-space-3);
  font-size: var(--bww-text-sm);
  line-height: 1.5;
  color: var(--bww-text);
  background: var(--bww-surface-muted);
  border-radius: var(--bww-radius-sm);
}
.more-to-do-detail-page__carousel {
  padding: var(--bww-space-4);
}
.more-to-do-detail-page__carousel .carousel-item img {
  max-height: 360px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.more-to-do-detail-page__carousel .carousel-caption {
  position: static;
  padding: var(--bww-space-3) 0 0;
  color: var(--bww-text);
  text-align: center;
}
.more-to-do-detail-page__related {
  padding: var(--bww-space-4);
}
.more-to-do-detail-page__related-list {
  margin: 0;
  padding-left: 1.2rem;
  font-size: var(--bww-text-sm);
  line-height: 1.6;
}
.more-to-do-detail-page__related-list li + li {
  margin-top: var(--bww-space-1);
}
.more-to-do-detail-page__related-list a {
  color: var(--bww-red);
  text-decoration: none;
}
.more-to-do-detail-page__related-list a:hover {
  text-decoration: underline;
}
.more-to-do-detail-page__section {
  margin-top: var(--bww-space-5);
}
.more-to-do-detail-page .bww-card-list--feed {
  padding: 0 var(--bww-space-4) var(--bww-space-4);
}
.more-to-do-detail-page .bww-card--feed .bww-card__inner--news .bww-card__thumb {
  width: 120px;
  height: 80px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.more-to-do-detail-page .bww-card--feed .bww-card__blurb {
  margin: 0;
  font-size: var(--bww-text-sm);
  line-height: 1.55;
  color: var(--bww-text);
}
.more-to-do-detail-page__faq {
  margin-top: var(--bww-space-5);
}
.more-to-do-detail-page__faq-answer p {
  margin-bottom: 1em;
}
.more-to-do-detail-page__faq-answer p:last-child {
  margin-bottom: 0;
}
.more-to-do-detail-page__faq-answer a {
  color: var(--bww-red);
  text-decoration: underline;
}
:root[data-bww-theme="dark"] .more-to-do-detail-page__intro,
:root[data-bww-theme="dark"] .more-to-do-detail-page__intro p,
:root[data-bww-theme="dark"] .more-to-do-detail-page__intro li {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .more-to-do-detail-page__intro a {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .more-to-do-detail-page__links .bww-btn--ghost {
  background: #242424;
  border-color: #3a3a3a;
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .more-to-do-detail-page__links .bww-btn--ghost:hover {
  border-color: #ff7a8a;
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .more-to-do-detail-page__glance-list dt {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .more-to-do-detail-page__glance-list dd {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .more-to-do-detail-page__discount {
  background: #242424;
}
:root[data-bww-theme="dark"] .more-to-do-detail-page__discount-title {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .more-to-do-detail-page__map-address {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .more-to-do-detail-page__map-address a {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .more-to-do-detail-page__video-caption {
  color: #e8e8e8;
  background: #181818;
}
:root[data-bww-theme="dark"] .more-to-do-detail-page__carousel .carousel-caption {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .more-to-do-detail-page .bww-card--feed .bww-card__blurb {
  color: #e8e8e8;
}
@media (max-width: 767px) {
  .more-to-do-detail-page .l-side {
    display: none;
  }
  .more-to-do-detail-page__glance {
    float: none;
    width: 100%;
    margin: 0 0 var(--bww-space-4);
  }
  .more-to-do-detail-page .bww-page-hero__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .more-to-do-detail-page__video-grid {
    grid-template-columns: 1fr;
  }
  .more-to-do-detail-page .bww-card--feed .bww-card__inner--news .bww-card__thumb {
    width: 88px;
    height: 66px;
  }
}

/* ── Restaurant detail (/restaurants/{slug}) ────────────────────────────── */
.restaurant-detail-page .container.more-to-do-detail-page__content.pt-20 {
  padding-top: var(--bww-space-3) !important;
  margin-top: 0 !important;
}
.restaurant-detail-page .container.pt-20 > .row > .most-popular.l-side,
.restaurant-detail-page .container.pt-20 > .row > .r-side {
  margin-top: 0 !important;
}
.restaurant-detail-page .container.pt-20 .section-tittle:has(.y-color) {
  margin-top: var(--bww-space-2) !important;
  margin-bottom: var(--bww-space-3) !important;
}
.restaurant-detail-page__top {
  margin-top: var(--bww-space-2);
  margin-bottom: var(--bww-space-5);
}
.restaurant-detail-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
  gap: var(--bww-space-4);
  align-items: stretch;
  margin-bottom: var(--bww-space-4);
}
.restaurant-detail-page__layout:not(:has(.restaurant-detail-page__photo-panel)) {
  grid-template-columns: 1fr;
}
.restaurant-detail-page__layout .bww-content-panel,
.restaurant-detail-page__map-panel {
  margin-bottom: 0;
}
.restaurant-detail-page__info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.restaurant-detail-page__info-body {
  flex: 1;
  padding: var(--bww-space-4);
}
.restaurant-detail-page__facts {
  margin: 0;
  font-size: var(--bww-text-sm);
  line-height: 1.55;
}
.restaurant-detail-page__facts dt {
  margin: var(--bww-space-3) 0 var(--bww-space-1);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--bww-text-muted);
}
.restaurant-detail-page__facts dt:first-child {
  margin-top: 0;
}
.restaurant-detail-page__facts dd {
  margin: 0;
  color: var(--bww-text);
}
.restaurant-detail-page__facts a {
  color: var(--bww-red);
  font-weight: 600;
  text-decoration: none;
}
.restaurant-detail-page__facts a:hover {
  text-decoration: underline;
}
.restaurant-detail-page__price {
  display: inline-block;
  margin-left: var(--bww-space-2);
  color: #2e7d32;
  font-weight: 700;
}
.restaurant-detail-page__opentable img {
  display: block;
  max-width: 150px;
  height: auto;
}
.restaurant-detail-page__photo-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--bww-space-4);
  height: 100%;
  overflow: hidden;
}
.restaurant-detail-page__photo {
  display: block;
  max-width: 100%;
  max-height: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.restaurant-detail-page__map-panel {
  overflow: hidden;
}
.restaurant-detail-page__map-panel .more-to-do-detail-page__map-wrap {
  max-height: 260px;
}
.restaurant-detail-page__map-panel .more-to-do-detail-page__map-address {
  padding: var(--bww-space-3);
  margin: 0;
}
.restaurant-detail-page__description {
  margin-bottom: var(--bww-space-5);
}
@media (max-width: 767px) {
  .restaurant-detail-page__layout {
    grid-template-columns: 1fr;
  }
  .restaurant-detail-page__photo-panel {
    order: -1;
  }
  .restaurant-detail-page__photo {
    max-height: 120px;
  }
}

:root[data-bww-theme="dark"] .restaurant-detail-page__facts dt {
  color: #b0b0b0;
}
:root[data-bww-theme="dark"] .restaurant-detail-page__facts dd {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .restaurant-detail-page__facts a {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .restaurant-detail-page__facts a:hover {
  color: #ff9aa6;
}
:root[data-bww-theme="dark"] .restaurant-detail-page__price {
  color: #6fcf97;
}
:root[data-bww-theme="dark"] .restaurant-detail-page__photo-panel {
  background: #1a1a1a;
}

/* === Explore nav v2 (deploy 20260622) === */
#collapseExample .bww-explore-panel {
  display: none !important;
}
#collapseExample .bww-explore-panel.bww-explore-open {
  display: block !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
/* Reparented panels + any stray mega menu without open class */
.explore-mega-menu.bww-explore-panel:not(.bww-explore-open),
.bww-explore-panel:not(.bww-explore-open) {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
@media (min-width: 769px) {
  .header-bottom .row.mx-0,
  #collapseExample.open-explore.collapse.show,
  #collapseExample.open-explore.collapse.show nav,
  #collapseExample.open-explore.collapse.show ul.submenu {
    overflow: visible !important;
  }
  #collapseExample.open-explore.collapse.show {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    z-index: 10100;
  }
  .header-bottom.bww-site-header > .container {
    position: relative !important;
  }
  .header-bottom.bww-site-header > .container > .row.align-items-center {
    position: relative !important;
    z-index: 10101 !important;
  }
  .header-bottom.bww-site-header .row.mx-0 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    z-index: 10100 !important;
    pointer-events: none;
  }
  .header-bottom.bww-site-header #collapseExample.open-explore,
  .header-bottom.bww-site-header #collapseExample.open-explore.collapse.show {
    top: 0 !important;
    left: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    pointer-events: auto;
  }
  .header-bottom.bww-site-header #collapseExample.open-explore.collapse.show ul.submenu {
    padding-top: var(--bww-header-height) !important;
    box-sizing: border-box !important;
  }
  body.bww-explore-panel-open .header-bottom {
    position: relative !important;
    z-index: 10100 !important;
  }
  body.bww-explore-panel-open .header-bottom.header-sticky.fixed {
    z-index: 10100 !important;
  }
  body.bww-explore-panel-open main.inner-page,
  body.bww-explore-panel-open #main-content {
    position: relative !important;
    z-index: 0 !important;
  }
  body.bww-explore-panel-open .grosses-page .charts,
  body.bww-explore-panel-open .grosses-page .chart-scroll,
  body.bww-explore-panel-open .grosses-page .chart-wrap,
  body.bww-explore-panel-open .grosses-page .grosses-news-marker-layer,
  body.bww-explore-panel-open .grosses-page #main-chart,
  body.bww-explore-panel-open .grosses-page #compare-chart {
    z-index: 0 !important;
  }
  /* Open panels mount on body (JS reparent) — duplicate selectors for #collapseExample + body child */
  #collapseExample .explore-mega-menu.bww-explore-panel.bww-explore-open,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel.bww-explore-open {
    position: fixed !important;
    transform: none !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    background: #222 !important;
    background-color: #222 !important;
    border-left: 4px solid #fff !important;
    padding: 24px 28px 28px 20px !important;
    min-height: 620px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    isolation: isolate !important;
    z-index: 10102 !important;
    box-shadow: 8px 0 32px rgba(0, 0, 0, 0.45) !important;
  }
  #collapseExample .explore-mega-menu.bww-explore-panel .explore-us-regions,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .explore-us-regions {
    padding-left: 0 !important;
    margin-left: 0 !important;
    justify-content: flex-start !important;
  }
  #collapseExample .explore-mega-menu.bww-explore-panel .explore-us-regions .megamenu-title,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .explore-us-regions .megamenu-title {
    display: none !important;
  }
  #collapseExample .explore-mega-menu.bww-explore-panel .explore-us-region-group,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .explore-us-region-group {
    position: relative !important;
    flex: 0 0 auto !important;
    width: auto !important;
  }
  #collapseExample .explore-mega-menu.bww-explore-panel .explore-us-region-group .explore-us-region-list,
  #collapseExample .explore-mega-menu.bww-explore-panel .explore-us-region-group .united-dropdown,
  #collapseExample .explore-mega-menu--us.bww-explore-panel .united-dropdown,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .explore-us-region-group .explore-us-region-list,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .explore-us-region-group .united-dropdown,
  body.bww-explore-panel-open > .explore-mega-menu--us.bww-explore-panel .united-dropdown {
    position: absolute !important;
    top: 0 !important;
    left: calc(100% + 8px) !important;
    right: auto !important;
    transform: none !important;
    inset: auto !important;
    margin: 0 !important;
    min-width: 280px !important;
    max-width: 320px !important;
    max-height: 420px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 6px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22) !important;
    padding: 6px 0 !important;
    z-index: 1080 !important;
    list-style: none !important;
    display: none;
  }
  #collapseExample .explore-mega-menu.bww-explore-panel .explore-us-region-group .explore-us-region-list.bww-explore-open,
  #collapseExample .explore-mega-menu.bww-explore-panel .explore-us-region-group .united-dropdown.bww-explore-open,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .explore-us-region-group .explore-us-region-list.bww-explore-open,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .explore-us-region-group .united-dropdown.bww-explore-open {
    display: block !important;
  }
  #collapseExample .explore-mega-menu--us.bww-explore-panel.bww-explore-open,
  body.bww-explore-panel-open > .explore-mega-menu--us.bww-explore-panel.bww-explore-open {
    width: min(1113px, calc(100vw - 220px)) !important;
    min-width: 720px !important;
    max-width: calc(100vw - 200px) !important;
    min-height: 0 !important;
    margin-left: 0 !important;
    padding: 20px 24px 24px 16px !important;
    overflow: visible !important;
  }
  #collapseExample .explore-mega-menu--us.bww-explore-panel .row,
  body.bww-explore-panel-open > .explore-mega-menu--us.bww-explore-panel .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    width: 100% !important;
  }
  #collapseExample .explore-mega-menu--us.bww-explore-panel .d-flex.explore-us-regions,
  body.bww-explore-panel-open > .explore-mega-menu--us.bww-explore-panel .d-flex.explore-us-regions {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  #collapseExample #us-closest-slot,
  body.bww-explore-panel-open #us-closest-slot,
  #collapseExample .explore-mega-menu--us.bww-explore-panel .explore-us-stories,
  body.bww-explore-panel-open > .explore-mega-menu--us.bww-explore-panel .explore-us-stories {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin-top: 12px !important;
    position: relative !important;
    z-index: 1 !important;
  }
  #collapseExample .explore-us-stories-label,
  body.bww-explore-panel-open .explore-us-stories-label {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 12px !important;
    margin: 0 0 8px !important;
    line-height: 1.3 !important;
  }
  #collapseExample .explore-us-stories-grid,
  body.bww-explore-panel-open .explore-us-stories-grid,
  .explore-mega-menu.bww-explore-body-panel .explore-us-stories-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
  #collapseExample .explore-us-stories-grid > .single,
  #collapseExample .explore-us-stories-grid > .explore-story,
  body.bww-explore-panel-open .explore-us-stories-grid > .single,
  body.bww-explore-panel-open .explore-us-stories-grid > .explore-story,
  .explore-mega-menu.bww-explore-body-panel .explore-us-stories-grid > .single,
  .explore-mega-menu.bww-explore-body-panel .explore-us-stories-grid > .explore-story {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  #collapseExample .explore-mega-menu.bww-explore-panel:not(.explore-mega-menu--us) .row > .single,
  #collapseExample .explore-mega-menu.bww-explore-panel:not(.explore-mega-menu--us) .row > [class*="col-"].single,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel:not(.explore-mega-menu--us) .row > .single,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel:not(.explore-mega-menu--us) .row > [class*="col-"].single {
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
  }
  #collapseExample .explore-mega-menu.bww-explore-panel:not(.explore-mega-menu--us) .row,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel:not(.explore-mega-menu--us) .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    padding: 0 !important;
    row-gap: 14px !important;
    column-gap: 14px !important;
  }
  #collapseExample .explore-mega-menu.bww-explore-panel .single,
  #collapseExample .explore-mega-menu.bww-explore-panel .explore-story,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .single,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .explore-story {
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
  }
  #collapseExample .explore-mega-menu.bww-explore-panel .single > p.h5,
  #collapseExample .explore-mega-menu.bww-explore-panel .explore-story > p.h5,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .single > p.h5,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .explore-story > p.h5 {
    margin: 0 0 8px !important;
    padding: 0 !important;
    min-height: 14px !important;
  }
  #collapseExample .explore-mega-menu.bww-explore-panel .single > p.h5 > a,
  #collapseExample .explore-mega-menu.bww-explore-panel .explore-story > p.h5 > a,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .single > p.h5 > a,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .explore-story > p.h5 > a {
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
  }
  #collapseExample .explore-mega-menu.bww-explore-panel .single > a,
  #collapseExample .explore-mega-menu.bww-explore-panel .explore-story > a,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .single > a,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .explore-story > a {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    color: #fff !important;
    text-decoration: none !important;
  }
  #collapseExample .explore-mega-menu.bww-explore-panel .single .caption,
  #collapseExample .explore-mega-menu.bww-explore-panel .explore-story .caption,
  #collapseExample .explore-mega-menu.bww-explore-panel .single > a .caption,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .single .caption,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .explore-story .caption,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .single > a .caption {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    color: #fff !important;
    text-transform: none !important;
    min-height: calc(1.35em * 3) !important;
  }
  #collapseExample .explore-mega-menu.bww-explore-panel .single img,
  #collapseExample .explore-mega-menu.bww-explore-panel .explore-story img,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .single img,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .explore-story img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 110px !important;
    object-fit: cover !important;
    border-radius: 3px !important;
  }
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel > .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }
  #collapseExample .explore-mega-menu.bww-explore-panel .megamenu-title {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin: 0 0 16px !important;
    padding: 0 10px !important;
  }
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .megamenu-title {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
  }
  #collapseExample .explore-mega-menu.bww-explore-panel .megamenu-title p,
  body.bww-explore-panel-open > .explore-mega-menu.bww-explore-panel .megamenu-title p {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #fff !important;
  }
  /* Reparented to body — self-contained panel styles (explore-nav.js adds .bww-explore-body-panel) */
  .explore-mega-menu.bww-explore-body-panel > .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }
  .explore-mega-menu.bww-explore-body-panel .explore-us-region-group .explore-us-region-list,
  .explore-mega-menu.bww-explore-body-panel .explore-us-region-group .united-dropdown {
    display: none !important;
    position: fixed !important;
    z-index: 10110 !important;
    min-width: 200px !important;
    max-width: 280px !important;
    margin: 0 !important;
    padding: 8px 0 !important;
    list-style: none !important;
    background: #2a2a2a !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 4px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45) !important;
    overflow: visible !important;
  }
  .explore-mega-menu.bww-explore-body-panel .explore-us-region-group .explore-us-region-list.bww-explore-open,
  .explore-mega-menu.bww-explore-body-panel .explore-us-region-group .united-dropdown.bww-explore-open {
    display: block !important;
  }
  .explore-mega-menu.bww-explore-body-panel.explore-mega-menu--us > .container-fluid > .row {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .explore-mega-menu.bww-explore-body-panel .d-flex.explore-us-regions,
  .explore-mega-menu.bww-explore-body-panel .explore-us-stories {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .explore-mega-menu.bww-explore-body-panel .explore-us-stories {
    margin-top: 12px !important;
  }
  .explore-mega-menu.bww-explore-body-panel .explore-us-stories-label {
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    opacity: 0.9 !important;
    margin: 0 0 10px !important;
    line-height: 1.3 !important;
  }
  .explore-mega-menu.bww-explore-body-panel:not(.explore-mega-menu--us) > .container-fluid > .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    padding: 0 !important;
    row-gap: 0 !important;
    box-sizing: border-box !important;
  }
  .explore-mega-menu.bww-explore-body-panel:not(.explore-mega-menu--us) .explore-us-stories-grid {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .explore-mega-menu.bww-explore-body-panel .single,
  .explore-mega-menu.bww-explore-body-panel .explore-story {
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
  }
  .explore-mega-menu.bww-explore-body-panel .single > p.h5,
  .explore-mega-menu.bww-explore-body-panel .explore-story > p.h5 {
    margin: 0 0 8px !important;
    padding: 0 !important;
    min-height: 14px !important;
  }
  .explore-mega-menu.bww-explore-body-panel .single > p.h5 > a,
  .explore-mega-menu.bww-explore-body-panel .explore-story > p.h5 > a {
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
  }
  .explore-mega-menu.bww-explore-body-panel .single > a,
  .explore-mega-menu.bww-explore-body-panel .explore-story > a {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    color: #fff !important;
    text-decoration: none !important;
  }
  .explore-mega-menu.bww-explore-body-panel .single .caption,
  .explore-mega-menu.bww-explore-body-panel .explore-story .caption,
  .explore-mega-menu.bww-explore-body-panel .single > a .caption {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    color: #fff !important;
    text-transform: none !important;
    min-height: calc(1.35em * 3) !important;
  }
  .explore-mega-menu.bww-explore-body-panel .single img,
  .explore-mega-menu.bww-explore-body-panel .explore-story img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 110px !important;
    object-fit: cover !important;
    border-radius: 3px !important;
  }
  .explore-mega-menu.bww-explore-body-panel .megamenu-title {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  .explore-mega-menu.bww-explore-body-panel .megamenu-title p {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #fff !important;
    padding: 0 !important;
  }
}
#collapseExample .explore-us-region-list {
  display: none;
}
#collapseExample .explore-us-region-list.bww-explore-open {
  display: block !important;
}
.open-explore .explore-category-btn {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 13px;
  padding: 15px 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  appearance: none;
}
.open-explore .explore-category-btn:hover,
.open-explore .explore-category-btn.bww-explore-cat-active {
  background: #e4e4e4 !important;
  color: #222 !important;
}
.open-explore .next-icon {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  width: 44px;
  height: auto;
  background-size: 28%;
  background-position: center;
  pointer-events: none;
  z-index: 3;
}
.explore-category-item:has(.bww-explore-panel.bww-explore-open) .next-icon {
  pointer-events: auto;
  cursor: pointer;
  background-image: none !important;
}
.explore-category-item:has(.bww-explore-panel.bww-explore-open) .next-icon::before,
.explore-category-item:has(.bww-explore-panel.bww-explore-open) .next-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin-left: -8px;
  margin-top: -1px;
  background: #222;
  border-radius: 1px;
}
.explore-category-item:has(.bww-explore-panel.bww-explore-open) .next-icon::before {
  transform: rotate(45deg);
}
.explore-category-item:has(.bww-explore-panel.bww-explore-open) .next-icon::after {
  transform: rotate(-45deg);
}

.explore-mega-menu button.close-mega-menu {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #fff;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  z-index: 20;
  pointer-events: auto;
}
.explore-mega-menu button.close-mega-menu:hover,
.explore-mega-menu button.close-mega-menu:focus {
  background: #b20223;
  border-color: #b20223;
  color: #fff;
  outline: none;
}
.explore-mega-menu button.close-mega-menu svg {
  display: block;
}

/* Explore mega panels — legacy compat (superseded by bww-explore-open above) */
#collapseExample .explore-mega-menu.is-explore-open,
#collapseExample .default-mega-menu.is-explore-open,
#collapseExample.collapse.show .explore-mega-menu.show,
#collapseExample.collapse.show .default-mega-menu.show-default {
  display: block !important;
  visibility: visible !important;
}

/* Explore sidebar — BWW For You + closest regions (desktop) */
@media (min-width: 992px) {
  .header-bottom .row.mx-0 {
    overflow: visible;
  }
  .open-explore.collapse.show {
    overflow: visible;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .open-explore.collapse.show nav {
    overflow: visible;
  }
  .open-explore.collapse.show ul.submenu {
    overflow-y: auto;
    overflow-x: visible;
    max-height: calc(100vh - 120px);
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
  }
  .open-explore.collapse.show ul.submenu::-webkit-scrollbar {
    width: 6px;
  }
  .open-explore.collapse.show ul.submenu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
  }
  .open-explore .bww-explore-personal {
    margin-top: 8px;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: left;
    list-style: none;
  }
  .open-explore .bww-for-you-wrap {
    margin-top: 0;
    padding: 0;
  }
  .open-explore .bww-for-you-wrap .bww-for-you-btn {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35em;
    white-space: nowrap;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-decoration: none;
    box-sizing: border-box;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 0 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    padding: 12px 20px !important;
    box-shadow: none !important;
  }
  .open-explore .bww-for-you-wrap .bww-for-you-btn:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
  }
  .open-explore .bww-for-you-wrap .bww-for-you__brand,
  .open-explore .bww-for-you-wrap .bww-for-you__label {
    color: inherit !important;
    font-weight: 400 !important;
  }
  .open-explore .rec-regions-wrap {
    margin-top: 0;
    padding: 0;
    text-align: left;
  }
  .open-explore .rec-regions-wrap .rec-regions-label {
    color: #fff !important;
    opacity: 0.5;
    font-size: 11px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 !important;
    padding: 14px 20px 6px !important;
    line-height: 1.3;
    text-align: left !important;
  }
  .open-explore .rec-regions-wrap .rec-regions-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
  }
  .open-explore .rec-regions-wrap .rec-region-btn {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 100% !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 11px 20px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.35;
    white-space: normal;
    text-align: left !important;
    box-sizing: border-box;
    text-transform: uppercase !important;
    letter-spacing: 0.02em;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 0 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: none !important;
  }
  .open-explore .rec-regions-wrap .rec-region-btn:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
  }
  [data-bww-theme="dark"] .open-explore .bww-for-you-wrap .bww-for-you-btn,
  [data-bww-theme="dark"] .open-explore .rec-regions-wrap .rec-region-btn {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.9) !important;
  }
  [data-bww-theme="dark"] .open-explore .bww-for-you-wrap .bww-for-you__brand,
  [data-bww-theme="dark"] .open-explore .bww-for-you-wrap .bww-for-you__label {
    color: inherit !important;
    font-weight: 400 !important;
  }

  /* Dark mode: explore story headlines — supplement dark.htm (loads after this file) */
  :root[data-bww-theme="dark"] .explore-mega-menu .single > p.h5 > a,
  :root[data-bww-theme="dark"] .explore-mega-menu .explore-story > p.h5 > a,
  :root[data-bww-theme="dark"] .explore-mega-menu .single > a,
  :root[data-bww-theme="dark"] .explore-mega-menu .explore-story > a,
  :root[data-bww-theme="dark"] .explore-mega-menu .single .caption,
  :root[data-bww-theme="dark"] .explore-mega-menu .explore-story .caption,
  :root[data-bww-theme="dark"] .explore-mega-menu .single > a .caption,
  :root[data-bww-theme="dark"] body.bww-explore-panel-open > .explore-mega-menu .single > p.h5 > a,
  :root[data-bww-theme="dark"] body.bww-explore-panel-open > .explore-mega-menu .single > a,
  :root[data-bww-theme="dark"] body.bww-explore-panel-open > .explore-mega-menu .single .caption {
    color: #ffffff !important;
  }

  /* Explore mega menu — US region dropdowns (desktop) */
  .explore-mega-menu .explore-us-regions {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px 16px;
    margin-bottom: 8px;
    overflow: visible;
  }
  .explore-mega-menu .explore-us-regions .container-fluid,
  .explore-mega-menu .explore-us-regions .row {
    overflow: visible;
  }
  .explore-mega-menu .explore-us-region-group.dropdown {
    position: relative;
  }
  .explore-mega-menu .explore-us-region-btn,
  .explore-mega-menu .explore-us-region-toggle {
    color: #fff;
    cursor: pointer;
    min-width: 120px;
    margin: 0;
    padding: 9px 36px 9px 14px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.06);
    position: relative;
    top: 0;
    left: 0;
    transition: background 0.15s ease, border-color 0.15s ease;
  }
  .explore-mega-menu .explore-us-region-toggle.dropdown-toggle::after {
    display: none;
  }
  .explore-mega-menu .explore-us-region-toggle::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.15s ease;
  }
  .explore-mega-menu .explore-us-region-toggle.show,
  .explore-mega-menu .explore-us-region-toggle[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.42);
  }
  .explore-mega-menu .explore-us-region-toggle.show::after,
  .explore-mega-menu .explore-us-region-toggle[aria-expanded="true"]::after {
    transform: translateY(-30%) rotate(-135deg);
  }
  .explore-mega-menu .explore-us-region-group .united-dropdown {
    position: absolute !important;
    top: 0 !important;
    left: calc(100% + 8px) !important;
    right: auto !important;
    transform: none !important;
    inset: auto !important;
    min-width: 280px;
    max-width: 320px;
    max-height: 420px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff !important;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    padding: 6px 0;
    margin: 0;
    z-index: 1080;
    list-style: none;
    display: none;
  }
  .explore-mega-menu .explore-us-region-group .explore-us-region-list {
    position: absolute !important;
    top: 0 !important;
    left: calc(100% + 8px) !important;
    right: auto !important;
    transform: none !important;
    inset: auto !important;
    min-width: 280px;
    max-width: 320px;
    max-height: 420px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff !important;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    padding: 6px 0;
    margin: 0;
    z-index: 1080;
    list-style: none;
    display: none;
  }
  .explore-mega-menu .explore-us-region-group .explore-us-region-list.bww-explore-open,
  .explore-mega-menu .explore-us-region-group .united-dropdown.bww-explore-open {
    display: block !important;
  }
  .explore-mega-menu > .container-fluid {
    overflow: visible;
  }
  .explore-mega-menu .united-dropdown li a {
    display: flex !important;
    flex-direction: column;
    gap: 2px;
    padding: 10px 16px !important;
    font-weight: 400 !important;
    color: var(--bww-text) !important;
    text-transform: none !important;
    border-bottom: 1px solid var(--bww-border);
    line-height: 1.3;
    transition: background 0.12s ease, color 0.12s ease;
  }
  .explore-mega-menu .united-dropdown li:last-child a {
    border-bottom: none;
  }
  .explore-mega-menu .united-dropdown li a::after {
    content: none !important;
  }
  .explore-mega-menu .united-dropdown li a .explore-us-link__state {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--bww-text-muted);
    text-transform: uppercase;
  }
  .explore-mega-menu .united-dropdown li a .explore-us-link__city {
    font-size: 13px;
    font-weight: 600;
    color: var(--bww-text);
  }
  .explore-mega-menu .united-dropdown li a:hover,
  .explore-mega-menu .united-dropdown li a:focus {
    background: var(--bww-surface-muted) !important;
    color: var(--bww-red) !important;
  }
  .explore-mega-menu .united-dropdown li a:hover .explore-us-link__city,
  .explore-mega-menu .united-dropdown li a:focus .explore-us-link__city {
    color: #b20223;
  }
  .open-explore .explore-category-item .bww-explore-panel:not(.bww-explore-open) {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  .open-explore .explore-category-item .bww-explore-panel.bww-explore-open {
    display: block !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  .open-explore ul.submenu > li.explore-category-item {
    position: relative;
    cursor: pointer;
  }
  .open-explore .explore-category-btn.bww-explore-cat-active {
    background: #e4e4e4 !important;
    color: #222 !important;
  }
  .open-explore .next-icon {
    pointer-events: none;
  }
  .open-explore .explore-category-item .bww-explore-panel.bww-explore-open {
    z-index: 1060;
  }
}

@media (max-width: 991px) {
  #collapseExample .explore-mega-menu.bww-explore-panel,
  #collapseExample .explore-mega-menu.bww-explore-panel.bww-explore-open {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    translate: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border-left: none !important;
    box-shadow: none !important;
    overflow: visible !important;
  }
  #collapseExample .explore-mega-menu.bww-explore-panel > .container-fluid,
  #collapseExample .explore-mega-menu.bww-explore-panel .row {
    padding: 0 !important;
    margin: 0 !important;
  }
  .open-explore .explore-category-item:has(.bww-explore-panel.bww-explore-open) .explore-category-btn.bww-explore-cat-active {
    padding-right: 52px;
  }
}

@media (max-width: 991px) {
  .w-container,
  .mbtop,
  main.inner-page {
    max-width: 100%;
    overflow-x: clip;
  }
  .inner-page .container,
  .inner-page .container .container {
    max-width: 100%;
    overflow-x: clip;
  }
  .inner-page .row {
    flex-wrap: wrap;
    margin-left: 0 !important;
    margin-right: 0 !important;
    --bs-gutter-x: 0;
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
  }
  /* Nested content rows — cancel Bootstrap row bleed inside padded shell containers */
  main.inner-page > .container > .container > .row,
  main.inner-page > .container > .container.pt-20 > .row,
  .inner-page > .container > .container > .row,
  .inner-page > .container > .container.pt-20 > .row,
  main.inner-page > .container.insights-page__shell > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    --bs-gutter-x: 0;
  }
  main.inner-page > .container > .container > .row > [class*="col-"].pl-0,
  main.inner-page > .container > .container.pt-20 > .row > [class*="col-"].pl-0,
  .inner-page > .container > .container > .row > [class*="col-"].pl-0,
  .inner-page > .container > .container.pt-20 > .row > [class*="col-"].pl-0,
  main.inner-page > .container.insights-page__shell > .row > [class*="col-"].pl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* Layout row only — do not target nested .row inside article/content columns. */
  .inner-page > .container > .container > .row > *,
  .inner-page > .container.bww-student-school-calendar-content > .row > * {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
    overflow-x: clip;
  }
  /* Left rail duplicate; mobile sidebar already shows POPULAR. */
  .inner-page > .container > .container > .row > .col-lg-2.most-popular.l-side,
  .inner-page > .container.bww-student-school-calendar-content > .row > .col-lg-2.most-popular.l-side {
    display: none !important;
  }
  .inner-page .container .container {
    padding-left: 0;
    padding-right: 0;
  }
  .inner-page .recommend-row,
  .inner-page .right-ad1,
  .inner-page .right-ad2,
  .inner-page .newsletter-row,
  .inner-page .sidebar-sms-row,
  .inner-page .right-sidebar-signup,
  .inner-page .add-row,
  .right-ad1,
  .add-row.right-ad1 {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .inner-page .recommend-row iframe,
  .inner-page .recommend-row [style*="height:460px"] {
    max-width: 100%;
  }
  .inner-page .swiper-container-outer,
  .inner-page .swiper-container,
  .inner-page .swiper {
    overflow: hidden;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  html,
  body {
    overflow-x: clip;
    max-width: 100%;
  }
  main.inner-page,
  .mbtop {
    overflow-x: clip;
    max-width: 100%;
  }
  :root {
    --bww-site-gutter: var(--bww-space-4);
  }
  main.inner-page > .container,
  .inner-page > .container {
    max-width: 100%;
    padding-left: var(--bww-site-gutter) !important;
    padding-right: var(--bww-site-gutter) !important;
  }
  .inner-page .mobile1,
  .inner-page .r-side,
  .inner-page .l-side {
    padding-left: var(--bww-space-2) !important;
    padding-right: var(--bww-space-2) !important;
  }
  main.inner-page > .container > .container > .row > [class*="col-"].mobile1.pl-0,
  main.inner-page > .container > .container.pt-20 > .row > [class*="col-"].mobile1.pl-0,
  main.inner-page > .container.insights-page__shell > .row > [class*="col-"].mobile1.pl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .inner-page img,
  .inner-page video,
  .inner-page iframe,
  .inner-page table,
  .inner-page .main-article-content,
  .inner-page .shortcode-content {
    max-width: 100%;
  }
  .inner-page table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
