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

/* ── Industry theatres page ─────────────────────────────────────────────── */
.industry-theatres-page.inner-page h1.bww-page-hero__title,
.industry-theatres-page .bww-page-hero__title {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: var(--bww-white);
}
.industry-theatres-page .bww-page-hero {
  padding: var(--bww-space-3) var(--bww-space-4);
  margin-bottom: 0;
}
.industry-theatres-page .bww-page-hero__subtitle {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}
.industry-theatres-page .bww-page-hero__aside {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}
.industry-theatres-page__content {
  padding-top: var(--bww-space-3);
}
.industry-theatres-page__hero-stack {
  background: linear-gradient(135deg, #161616 0%, #2a2a2a 100%);
  border-left: 4px solid var(--bww-red);
  border-radius: var(--bww-radius-lg);
  margin-top: var(--bww-space-2);
  margin-bottom: var(--bww-space-2);
  overflow: hidden;
}
.industry-theatres-page__hero-stack .bww-page-hero {
  background: none;
  border-left: none;
  border-radius: 0;
  margin: 0;
  padding: var(--bww-space-3) var(--bww-space-4) var(--bww-space-2);
}
.industry-theatres-page__hero-stack .grosses-subscribe-header {
  background: transparent;
  border-left: none;
  border-radius: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin: 0;
  padding: var(--bww-space-2) var(--bww-space-4) var(--bww-space-3);
}
.industry-theatres-page__hero-stack .grosses-subscribe-header form .btn {
  background: var(--bww-red) !important;
  border-radius: var(--bww-radius-sm);
}
@media (max-width: 767px) {
  .industry-theatres-page .l-side {
    display: none;
  }
  .industry-theatres-page__hero-stack .bww-page-hero {
    padding: var(--bww-space-3);
  }
  .industry-theatres-page__hero-stack .bww-page-hero__inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: var(--bww-space-3);
  }
  .industry-theatres-page__hero-stack .bww-page-hero__title-wrap {
    flex: 0 0 auto;
    width: 100%;
  }
  .industry-theatres-page .bww-page-hero__aside {
    width: 100%;
  }
  .industry-theatres-page .bww-page-hero__aside .bww-btn {
    width: 100%;
    justify-content: center;
  }
  .industry-theatres-page__hero-stack .grosses-subscribe-header {
    padding: var(--bww-space-3);
  }
  .industry-theatres-page__hero-stack .grosses-subscribe-header .inside {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: var(--bww-space-2);
  }
  .industry-theatres-page__hero-stack .grosses-subscribe-header .subscribe-text {
    flex: 0 0 auto;
    width: 100%;
  }
  .industry-theatres-page__hero-stack .grosses-subscribe-header form {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: var(--bww-space-2);
  }
  .industry-theatres-page__hero-stack .grosses-subscribe-header form [type="email"],
  .industry-theatres-page__hero-stack .grosses-subscribe-header form .btn {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
}

/* ── Shop page ──────────────────────────────────────────────────────────── */
.container.slider-area.shop-page {
  position: relative;
  overflow-x: clip;
}
.container.slider-area.shop-page::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background: inherit;
  z-index: -1;
}
[data-bww-theme="dark"] body:has(.shop-page) {
  background-color: var(--bww-surface);
}
.shop-page .add-row {
  display: block;
  width: 100%;
  max-width: 100%;
}
.shop-page .shop-page__signup-row {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  padding-top: var(--bww-space-5);
}
.shop-page .shop-page__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: var(--bww-space-4);
  margin-bottom: var(--bww-space-3);
  max-width: 100%;
  min-width: 0;
}
.shop-page .shop-page__logo {
  flex: 0 0 auto;
}
.shop-page .shop-page__logo img {
  display: block;
  max-height: 100px;
  width: auto;
}
.shop-page .shop-page__nav {
  flex: 1 1 260px;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.shop-page .shop-page__nav .row {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.shop-page.slider-area,
.shop-page .right-news.single-slide-row,
.shop-page .hot-week.single-slide-row {
  background-color: var(--bww-surface);
  color: var(--bww-text);
}
.shop-page > .row {
  max-width: 100%;
  min-width: 0;
}
.shop-page > .row > [class*="col-"] {
  min-width: 0;
}
.container.slider-area.shop-page + .bww-site-footer {
  margin-top: var(--bww-space-6);
}
.shop-page .shop-discount-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.shop-page .shop-discount-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  text-align: left;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--bww-surface-border);
}
.shop-page .shop-discount-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.shop-page .shop-discount-media {
  display: flex;
  gap: 6px;
  flex: 0 0 198px;
  width: 198px;
  max-width: 100%;
  align-items: stretch;
}
.shop-page .shop-discount-shot-wrap {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
}
.shop-page .shop-discount-logo-wrap {
  flex: 1.2 1 0;
  min-width: 0;
  background: #000;
  border: 1px solid var(--bww-surface-border);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  align-self: stretch;
}
.shop-page .shop-discount-shot {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 1px solid var(--bww-surface-border);
  display: block;
}
.shop-page .shop-discount-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.shop-page .shop-discount-thumb-fallback {
  width: 100%;
  min-height: 118px;
  background: var(--bww-surface-muted);
  border: 1px solid var(--bww-surface-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bww-text-muted);
  font-size: 8px;
  text-align: center;
  padding: 4px;
  line-height: 1.2;
}
.shop-page .shop-discount-footer {
  margin-top: var(--bww-space-4);
}
.shop-page .shop-discount-more {
  display: flex;
  width: 100%;
  justify-content: center;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}
.shop-page .bww-shop-offers-signup {
  margin: 0;
  padding: var(--bww-space-5);
  background: var(--bww-surface);
  border: 1px solid var(--bww-surface-border);
  border-top: 3px solid var(--bww-red);
  border-radius: var(--bww-radius-lg);
  box-shadow: var(--bww-shadow-sm);
  text-align: center;
  box-sizing: border-box;
}
.shop-page .bww-shop-offers-signup__title {
  margin: 0 0 var(--bww-space-2);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--bww-text);
}
.shop-page .bww-shop-offers-signup__subtitle {
  margin: 0 0 var(--bww-space-4);
  font-size: var(--bww-text-sm);
  line-height: 1.5;
  color: var(--bww-text-muted);
}
.shop-page .bww-shop-offers-signup__form {
  display: flex;
  flex-wrap: wrap;
  gap: var(--bww-space-2);
  align-items: stretch;
  justify-content: center;
  margin: 0;
}
.shop-page .bww-shop-offers-signup__email {
  flex: 1 1 180px;
  min-width: 0;
  max-width: 100%;
  margin: 0;
}
.shop-page .bww-shop-offers-signup__submit {
  flex: 0 0 auto;
  text-transform: none;
  letter-spacing: 0;
}
.shop-page .bww-shop-offers-signup__message {
  margin: 0;
  font-size: var(--bww-text-sm);
  line-height: 1.5;
  color: var(--bww-text);
}
.shop-page .bww-shop-offers-signup__message--success {
  color: var(--bww-red);
}
@media (max-width: 480px) {
  .shop-page .bww-shop-offers-signup__form {
    flex-direction: column;
  }
  .shop-page .bww-shop-offers-signup__submit {
    width: 100%;
  }
}
.shop-page .shop-discount-thumb-wrap {
  flex-shrink: 0;
  width: 116px;
}
.shop-page .shop-discount-thumb {
  width: 116px;
  height: auto;
  border: 1px solid var(--bww-surface-border);
  display: block;
}
.shop-page .shop-discount-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.shop-page .shop-discount-title,
.shop-page .shop-discount-title-link {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;
  margin: 0;
  color: var(--bww-text);
}
.shop-page .shop-discount-title-link {
  display: block;
  text-decoration: none;
}
.shop-page .shop-discount-title-link:hover {
  color: var(--bww-red);
  text-decoration: none;
}
.shop-page .shop-discount-thumb-link {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.shop-page .shop-discount-thumb-link:hover .shop-discount-shot,
.shop-page .shop-discount-thumb-link:hover .shop-discount-logo {
  opacity: 0.92;
}
.shop-page .shop-discount-offer {
  font-size: 11px;
  color: var(--bww-text-muted);
  line-height: 1.35;
  margin: 0;
}
.shop-page .shop-discount-btn {
  display: inline-block;
  align-self: flex-start;
  text-align: center;
  background-color: var(--bww-red);
  color: var(--bww-white) !important;
  padding: 7px 10px;
  text-decoration: none;
  border-radius: var(--bww-radius-sm);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.shop-page .shop-discount-btn:hover {
  background-color: var(--bww-red-dark);
  color: var(--bww-white) !important;
}
.shop-page .shop-featured-show-block {
  margin-top: 28px;
  padding-bottom: 8px;
}
.shop-page .shop-featured-show-block .swiper-scrollbar {
  display: none;
}
.shop-page .shop-local-offers-section {
  margin-top: 32px;
}
.shop-page #columnsContainer {
  margin-top: 16px;
  margin-bottom: 48px;
  padding-bottom: 24px;
}
.shop-page #regionFilter {
  margin-top: 12px;
  background: var(--bww-surface);
  color: var(--bww-text);
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-sm);
  padding: 6px 10px;
  font-size: var(--bww-text-sm);
}
.shop-page .shop-merch-link {
  color: var(--bww-text);
  text-decoration: none;
}
.shop-page .shop-merch-link:hover {
  color: var(--bww-red);
}
.shop-page .shop-merch-title {
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  margin: 0;
  color: var(--bww-text);
}
.shop-page .shop-price {
  color: var(--bww-success);
}
.shop-page .shop-local-offer-cell {
  padding: 10px;
  vertical-align: middle;
  font-size: 11pt;
}
.shop-page .shop-local-offer-link {
  color: var(--bww-text);
  font-weight: 400;
  text-decoration: none;
}
.shop-page .shop-local-offer-link:hover {
  color: var(--bww-red);
}
.shop-page .swiper-slide {
  background: var(--bww-surface);
}
.shop-page .swiper-button-next,
.shop-page .swiper-button-prev,
.shop-page .swiper-button-next3,
.shop-page .swiper-button-prev3 {
  color: var(--bww-red);
}
.shop-page .city-area a.title-14:after {
  border-bottom: 0 solid var(--bww-text);
}
.shop-page .slider-area .top-img img {
  object-fit: unset !important;
  height: auto;
  width: 868px;
  max-width: 100%;
}
.shop-page .slider-area .carousel-indicators .item {
  width: 33%;
}
.shop-page .slider-area .slider-cap {
  min-height: 118px;
  padding: 15px 25px 20px;
  background: #222;
  display: flex;
  align-items: center;
}
.shop-page .shop-page__hero-title {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.shop-page .slider-cap a {
  color: #fff;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
}
.shop-page .slider-cap a:hover {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .shop-page .slider-area .slider-cap {
    min-height: auto;
    padding: var(--bww-space-3) var(--bww-space-2);
    background: var(--bww-surface-muted);
  }
  .shop-page .slider-cap h1,
  .shop-page .slider-cap a {
    font-size: var(--bww-text-lg) !important;
    font-weight: 700 !important;
    color: var(--bww-text) !important;
    line-height: 1.35 !important;
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .shop-page .right-img img {
    width: 100px;
    height: 100px;
  }
  .shop-page .right-news .right-cap a {
    font-size: 13px;
  }
  .shop-page .right-single {
    margin-bottom: 15px;
  }
  .shop-page .right-news,
  .shop-page .right-cap {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .shop-page .right-img img {
    width: 90px;
    height: 90px;
  }
  .shop-page .right-single {
    margin-bottom: 10px;
  }
  .shop-page .right-news,
  .shop-page .right-cap {
    padding-left: 10px;
  }
}
.shop-page .disabled_swiper_button,
.shop-page .disabled_swiper_button3 {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.shop-page .swiper-container,
.shop-page .swiper-container3 {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.shop-page .swiper-button-prev,
.shop-page .swiper-button-prev3 {
  left: 0;
}
.shop-page .swiper-button-next,
.shop-page .swiper-button-next3 {
  right: 0;
}
.shop-page .swiper {
  width: 100%;
  height: 100%;
}
.shop-page .swiper-slide {
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-page .swiper-slide img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
@media (max-width: 1250px) {
  .shop-page .swiper-button-next,
  .shop-page .swiper-button-prev,
  .shop-page .swiper-button-next3,
  .shop-page .swiper-button-prev3 {
    display: none;
  }
  .shop-page .swiper-container,
  .shop-page .swiper-container3 {
    padding: 0;
  }
  .shop-page .swiper-slide p {
    font-weight: 400;
    line-height: 12px;
    font-size: 12px;
  }
}
[data-bww-theme="dark"] .shop-page.slider-area,
[data-bww-theme="dark"] .shop-page .right-news.single-slide-row,
[data-bww-theme="dark"] .shop-page .hot-week.single-slide-row {
  background-color: var(--bww-surface) !important;
  color: var(--bww-text);
}
[data-bww-theme="dark"] .shop-page .shop-discount-title,
[data-bww-theme="dark"] .shop-page .shop-discount-title-link,
[data-bww-theme="dark"] .shop-page .shop-merch-link,
[data-bww-theme="dark"] .shop-page .shop-merch-title,
[data-bww-theme="dark"] .shop-page .shop-local-offer-link,
[data-bww-theme="dark"] .shop-page .slider-cap a {
  color: #fff;
}
[data-bww-theme="dark"] .shop-page .shop-discount-title-link:hover,
[data-bww-theme="dark"] .shop-page .shop-merch-link:hover,
[data-bww-theme="dark"] .shop-page .shop-local-offer-link:hover {
  color: var(--bww-table-link);
}
[data-bww-theme="dark"] .shop-page .swiper-slide {
  background: var(--bww-surface) !important;
}
[data-bww-theme="dark"] .shop-page #regionFilter {
  background: var(--bww-surface);
  color: var(--bww-text);
  border-color: var(--bww-surface-border);
}
[data-bww-theme="dark"] .shop-page .shop-discount-shot,
[data-bww-theme="dark"] .shop-page .shop-discount-logo-wrap,
[data-bww-theme="dark"] .shop-page .shop-discount-thumb-fallback {
  border-color: var(--bww-surface-border);
}
[data-bww-theme="dark"] .shop-page .shop-discount-thumb-fallback {
  background: var(--bww-surface-muted);
  color: var(--bww-text-muted);
}
[data-bww-theme="dark"] .shop-page .bww-shop-offers-signup {
  background: var(--bww-surface);
  border-color: var(--bww-surface-border);
}
[data-bww-theme="dark"] .shop-page .bww-shop-offers-signup__title,
[data-bww-theme="dark"] .shop-page .bww-shop-offers-signup__message {
  color: var(--bww-text);
}
[data-bww-theme="dark"] .shop-page .bww-shop-offers-signup__subtitle {
  color: var(--bww-text-muted);
}

/* Stat deltas (social, grosses, etc.) */
.bww-stat-delta--up {
  color: var(--bww-success-text);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.bww-stat-delta--down {
  color: var(--bww-danger);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

/* ── Industry social page ─────────────────────────────────────────────────── */
.industry-social-page.inner-page h1.bww-page-hero__title,
.industry-social-page .bww-page-hero__title {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: var(--bww-white);
}
.industry-social-page .bww-page-hero {
  padding: var(--bww-space-3) var(--bww-space-4);
  margin-bottom: var(--bww-space-4);
}
.industry-social-page .bww-page-hero__subtitle {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}
.industry-social-page .bww-page-hero__aside {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}
.industry-social-page__content {
  padding-top: var(--bww-space-3);
}
main.industry-social-page.inner-page > .container {
  padding-left: var(--bww-space-4) !important;
  padding-right: var(--bww-space-4) !important;
}
@media (min-width: 1200px) {
  main.industry-social-page.inner-page > .container {
    padding-left: var(--bww-space-5) !important;
    padding-right: var(--bww-space-5) !important;
  }
}
.industry-social-page > .container > .industry-social-page__content {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.industry-social-page__content > .row {
  --bs-gutter-x: var(--bww-space-4);
  margin-left: calc(var(--bs-gutter-x) * -0.5) !important;
  margin-right: calc(var(--bs-gutter-x) * -0.5) !important;
  align-items: flex-start;
}
.industry-social-page__content > .row > .l-side,
.industry-social-page__content > .row > .mobile1 {
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
}
.industry-social-page__content > .row > .mobile1 {
  min-width: 0;
  overflow-x: clip;
  padding-top: 0 !important;
}
.industry-social-page .industry-social-page__table-wrap {
  max-width: 100%;
}
.industry-social-page__social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--bww-space-3);
  padding: var(--bww-space-4);
}
.industry-social-page__social-links a {
  display: inline-flex;
  line-height: 0;
  border-radius: var(--bww-radius-sm);
  transition: opacity 0.15s ease;
}
.industry-social-page__social-links a:hover {
  opacity: 0.85;
}
.industry-social-page__social-links img {
  width: 30px;
  height: 30px;
  display: block;
}
.industry-social-page__back {
  text-align: center;
  margin: var(--bww-space-4) 0;
}
.industry-social-page__chart-body {
  padding: var(--bww-space-4);
}
.industry-social-page__chart-body canvas {
  width: 100%;
  max-height: 360px;
}
.industry-social-page__footer-nav {
  text-align: center;
  margin: var(--bww-space-5) 0 var(--bww-space-6);
}
.industry-social-page .bww-data-table tbody td {
  font-variant-numeric: tabular-nums;
}
.industry-social-page #socialTable thead th.bww-th-sort {
  cursor: pointer;
  user-select: none;
  vertical-align: bottom;
  background: var(--bww-table-head-bg);
  color: var(--bww-table-head-text);
  transition: box-shadow 0.15s ease;
}
.industry-social-page #socialTable thead th.bww-th-sort:hover,
.industry-social-page #socialTable thead th.bww-th-sort:focus-visible {
  outline: none;
  background: var(--bww-table-head-bg);
  color: var(--bww-table-head-text);
  box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.1);
}
.industry-social-page #socialTable thead th.bww-th-sort:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.4);
  outline-offset: -2px;
}
.industry-social-page #socialTable thead th.bww-th-sort[data-dir] {
  box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.14);
}
.industry-social-page #socialTable thead th.bww-th-sort[data-dir]:hover,
.industry-social-page #socialTable thead th.bww-th-sort[data-dir]:focus-visible {
  box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.18);
}
.industry-social-page #socialTable .bww-th-sort__stack {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1.1;
  vertical-align: bottom;
}
.industry-social-page #socialTable .bww-th-sort__stack span:first-child {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.06em;
  opacity: 0.72;
}
.industry-social-page #socialTable .bww-th-sort__stack span:last-child {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.industry-social-page #socialTable thead th.bww-th-sort::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 3px;
  vertical-align: middle;
  opacity: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 4px solid currentColor;
  transform: translateY(-1px);
}
.industry-social-page #socialTable thead th.bww-th-sort[data-dir="asc"]::after {
  opacity: 0.75;
  transform: translateY(1px) rotate(180deg);
}
.industry-social-page #socialTable thead th.bww-th-sort[data-dir="desc"]::after {
  opacity: 0.75;
}
.industry-social-page #socialTable thead th.industry-social-page__th-num,
.industry-social-page #socialTable tbody td:nth-child(n+2) {
  text-align: right;
}
.industry-social-page #socialTable thead th.industry-social-page__th-num .bww-th-sort__stack {
  align-items: flex-end;
}
.industry-social-page #socialTable tbody td a {
  color: inherit;
  text-decoration: none;
}
.industry-social-page #socialTable tbody td a:hover {
  color: var(--bww-red);
  text-decoration: underline;
}
[data-bww-theme="dark"] .industry-social-page #socialTable tbody td a:hover {
  color: var(--bww-table-link-hover);
}
[data-bww-theme="dark"] .industry-social-page #socialTable .bww-data-table__theater strong a {
  color: var(--bww-table-title-link);
}
[data-bww-theme="dark"] .industry-social-page #socialTable .bww-data-table__theater strong a:hover {
  color: var(--bww-table-title-link-hover);
}
[data-bww-theme="dark"] .industry-social-page #socialTable .bww-stat-delta--up {
  color: #5ecf7a;
}
[data-bww-theme="dark"] .industry-social-page #socialTable .bww-stat-delta--down {
  color: #ff7a8a;
}
@media (min-width: 768px) {
  .industry-social-page .industry-social-page__table-wrap {
    overflow-x: visible;
  }
  .industry-social-page #socialTable {
    table-layout: fixed;
    font-size: 12px;
  }
  .industry-social-page #socialTable thead th {
    white-space: normal;
    line-height: 1.2;
    padding: 8px 5px 7px;
    font-size: 10px;
    vertical-align: bottom;
    text-transform: none;
    letter-spacing: 0;
  }
  .industry-social-page #socialTable thead th.industry-social-page__th-label {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: var(--bww-text-xs);
    font-weight: 700;
  }
  .industry-social-page #socialTable tbody td {
    padding: 8px 5px;
    font-size: 12px;
  }
  .industry-social-page #socialTable .industry-social-page__col-label {
    width: 17%;
  }
  .industry-social-page #socialTable .industry-social-page__col-stat {
    width: 8.5%;
  }
  .industry-social-page #socialTable .industry-social-page__col-total {
    width: 7.5%;
  }
  .industry-social-page #socialTable tbody td.bww-data-table__theater strong a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }
}
@media (max-width: 767px) {
  main.industry-social-page.inner-page > .container {
    padding-left: var(--bww-space-4) !important;
    padding-right: var(--bww-space-4) !important;
  }
  .industry-social-page > .container > .industry-social-page__content > .row > .mobile1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .industry-social-page .l-side {
    display: none;
  }
  .industry-social-page .bww-page-hero__aside {
    width: 100%;
  }
  .industry-social-page .bww-page-hero__aside .bww-btn {
    width: 100%;
    justify-content: center;
  }

  /* Stats table — card grid instead of sticky column + horizontal scroll */
  .industry-social-page .bww-table-wrap {
    overflow-x: visible;
    max-width: 100%;
  }
  .industry-social-page #socialTable {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .industry-social-page #socialTable thead {
    display: none;
  }
  .industry-social-page #socialTable tbody {
    display: block;
    width: 100%;
  }
  .industry-social-page #socialTable tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--bww-space-2) var(--bww-space-3);
    width: 100%;
    box-sizing: border-box;
    padding: var(--bww-space-4) 0;
    border-bottom: 1px solid var(--bww-surface-border);
  }
  .industry-social-page #socialTable tbody tr:last-child {
    border-bottom: none;
  }
  .industry-social-page #socialTable tbody td {
    display: block;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border-bottom: none;
    padding: 0;
    float: none;
    position: static;
    left: auto;
    z-index: auto;
    background: transparent !important;
  }
  .industry-social-page #socialTable tbody td:first-child {
    grid-column: 1 / -1;
    padding-bottom: var(--bww-space-2);
    border-bottom: 1px solid var(--bww-surface-border);
  }
  .industry-social-page #socialTable tbody td:not(:first-child) {
    padding: var(--bww-space-2);
    background: var(--bww-surface-muted);
    border-radius: var(--bww-radius-sm);
    font-size: var(--bww-text-sm);
    line-height: 1.35;
  }
  .industry-social-page #socialTable tbody td:not(:first-child)::before {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bww-text-muted);
    line-height: 1.25;
    white-space: normal;
  }
  .industry-social-page #socialTable tbody td:nth-child(2)::before { content: "FB Likes"; }
  .industry-social-page #socialTable tbody td:nth-child(3)::before { content: "FB vs. Last Week"; }
  .industry-social-page #socialTable tbody td:nth-child(4)::before { content: "FB Talking About"; }
  .industry-social-page #socialTable tbody td:nth-child(5)::before { content: "FB Talking vs. Last Week"; }
  .industry-social-page #socialTable tbody td:nth-child(6)::before { content: "Instagram Followers"; }
  .industry-social-page #socialTable tbody td:nth-child(7)::before { content: "IG vs. Last Week"; }
  .industry-social-page #socialTable tbody td:nth-child(8)::before { content: "TikTok Followers"; }
  .industry-social-page #socialTable tbody td:nth-child(9)::before { content: "TikTok vs. Last Week"; }
  .industry-social-page #socialTable tbody td:nth-child(10)::before { content: "Total Fans Change"; }
  .industry-social-page #socialTable .bww-data-table__theater strong {
    display: block;
    margin-bottom: 4px;
  }
  .industry-social-page #socialTable .bww-data-table__theater strong a {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .industry-social-page #socialTable .bww-data-table__theater .bww-data-table__meta {
    display: block;
    margin-top: 4px;
    line-height: 1.35;
  }
  .industry-social-page #socialTable .bww-data-table__theater a.bww-data-table__meta {
    display: inline-block;
    margin-top: 6px;
  }
  .industry-social-page #socialTable .bww-data-table__date {
    text-align: left;
    white-space: normal;
    font-weight: 700;
  }
  .industry-social-page #socialTable .bww-data-table__date::before {
    content: "Week ending";
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bww-text-muted);
  }
  .industry-social-page #socialTable tbody tr:nth-child(even) td:not(:first-child) {
    background: var(--bww-surface-muted);
  }
}

/* ── Industry regionals page ─────────────────────────────────────────────── */
.industry-regionals-page.inner-page h1.bww-page-hero__title,
.industry-regionals-page .bww-page-hero__title {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: var(--bww-white);
}
.industry-regionals-page .bww-page-hero {
  padding: var(--bww-space-3) var(--bww-space-4);
  margin-top: var(--bww-space-2);
  margin-bottom: var(--bww-space-2);
}
.industry-regionals-page .bww-page-hero__subtitle {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}
.industry-regionals-page__content {
  padding-top: var(--bww-space-3);
}
.industry-regionals-page__filters {
  margin-top: 0;
  margin-bottom: var(--bww-space-4);
}
.industry-regionals-page__search-row {
  margin-bottom: var(--bww-space-3);
  align-items: flex-end;
}
.industry-regionals-page__date-field {
  flex: 0 0 auto;
  min-width: 140px;
}
.industry-regionals-page__date-field .bww-label {
  margin-bottom: var(--bww-space-1);
}
.industry-regionals-page__date-field .bww-input {
  flex: none;
  width: 100%;
  min-width: 0;
  margin: 0;
}
.industry-regionals-page__options {
  padding-top: var(--bww-space-3);
  border-top: 1px solid var(--bww-border);
}
.industry-regionals-page__checkbox {
  display: inline-flex;
  align-items: center;
  gap: var(--bww-space-2);
  margin: 0;
  font-size: var(--bww-text-sm);
  font-weight: 600;
  color: var(--bww-text);
  cursor: pointer;
}
.industry-regionals-page__checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
}
.industry-regionals-page .bww-data-table__featured-row td {
  background: rgba(255, 251, 0, 0.12);
}
.industry-regionals-page__dates-col {
  text-align: center;
  white-space: nowrap;
}
.industry-regionals-page__pagination {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .industry-regionals-page .l-side {
    display: none;
  }
  .industry-regionals-page__search-row {
    flex-direction: column;
    align-items: stretch;
  }
  .industry-regionals-page__date-field {
    width: 100%;
    min-width: 0;
  }
  .industry-regionals-page__search-row .bww-btn {
    width: 100%;
  }
  .industry-regionals-page__pagination {
    justify-content: center;
  }
}
