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

/* ── Article pages: byline ("By:" + author + date) ─ */
.article-page .article-header .date {
  margin-bottom: var(--bww-space-2);
}
/* Article share bar — uniform icon buttons */
.article-page .bww-share-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: var(--bww-space-2);
  margin-top: var(--bww-space-2);
  padding: var(--bww-space-2) 0;
  text-align: right;
}
.article-page .bww-share-bar.sharing-social {
  padding-top: var(--bww-space-2);
  padding-right: 0;
}
.article-page .bww-share-bar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--bww-radius-md);
  border: 1px solid var(--bww-surface-border);
  background: var(--bww-surface);
  color: var(--bww-text);
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.article-page button.bww-share-bar__btn {
  padding: 0;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
}
.article-page .bww-share-bar__btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: var(--bww-shadow-sm);
}
.article-page .bww-share-bar__btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}
.article-page .bww-share-bar__btn--facebook svg,
.article-page .bww-share-bar__btn--x svg,
.article-page .bww-share-bar__btn--reddit svg {
  fill: #fff !important;
}
.article-page .bww-share-bar__btn--facebook {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff !important;
}
.article-page .bww-share-bar__btn--facebook:hover {
  background: #166fe5;
  border-color: #166fe5;
  color: #fff !important;
}
.article-page .bww-share-bar__btn--x {
  background: #000;
  border-color: #000;
  color: #fff !important;
}
.article-page .bww-share-bar__btn--x:hover {
  background: #222;
  border-color: #222;
  color: #fff !important;
}
.article-page .bww-share-bar__btn--email,
.article-page .bww-share-bar__btn--share {
  background: var(--bww-surface-muted);
  border-color: var(--bww-surface-border);
  color: var(--bww-text);
}
.article-page .bww-share-bar__btn--email:hover,
.article-page .bww-share-bar__btn--share:hover {
  background: var(--bww-surface);
  border-color: var(--bww-border);
  color: var(--bww-text);
}
.article-page .bww-share-bar__btn--edit {
  background: var(--bww-surface);
  border-color: var(--bww-red);
  color: var(--bww-red);
}
.article-page .bww-share-bar__btn--edit:hover {
  background: var(--bww-red);
  border-color: var(--bww-red);
  color: #fff;
}
.article-page .bww-share-bar .listen-button {
  display: inline-flex;
  align-items: center;
  gap: var(--bww-space-1);
  min-height: 36px;
  padding: 0 var(--bww-space-3);
  margin-right: 0;
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-md);
  background: var(--bww-text);
  color: #fff;
  font-size: var(--bww-text-sm);
  font-weight: 600;
  cursor: pointer;
}
.article-page .bww-share-bar .listen-button svg {
  width: 16px;
  height: 16px;
  margin-right: 0;
}
:root[data-bww-theme="dark"] .article-page .bww-share-bar__btn--email,
:root[data-bww-theme="dark"] .article-page .bww-share-bar__btn--share {
  background: var(--bww-surface-muted);
  border-color: var(--bww-surface-border);
  color: var(--bww-text);
}
:root[data-bww-theme="dark"] .article-page .bww-share-bar__btn--facebook,
:root[data-bww-theme="dark"] .article-page .bww-share-bar__btn--facebook:hover,
:root[data-bww-theme="dark"] .article-page .bww-share-bar__btn--x,
:root[data-bww-theme="dark"] .article-page .bww-share-bar__btn--x:hover,
:root[data-bww-theme="dark"] .article-page .bww-share-bar__btn--reddit,
:root[data-bww-theme="dark"] .article-page .bww-share-bar__btn--reddit:hover {
  color: #fff !important;
}
:root[data-bww-theme="dark"] .article-page .bww-share-bar__btn--facebook svg,
:root[data-bww-theme="dark"] .article-page .bww-share-bar__btn--x svg,
:root[data-bww-theme="dark"] .article-page .bww-share-bar__btn--reddit svg,
:root[data-bww-theme="dark"] .article-page #foxsocial .bww-share-bar--rail .bww-share-bar__btn--facebook svg,
:root[data-bww-theme="dark"] .article-page #foxsocial .bww-share-bar--rail .bww-share-bar__btn--x svg {
  fill: #fff !important;
}
:root[data-bww-theme="dark"] .article-page #foxsocial .bww-share-bar--rail .bww-share-bar__btn--facebook,
:root[data-bww-theme="dark"] .article-page #foxsocial .bww-share-bar--rail .bww-share-bar__btn--x,
:root[data-bww-theme="dark"] #foxsocial .bww-share-bar--rail .bww-share-bar__btn--facebook,
:root[data-bww-theme="dark"] #foxsocial .bww-share-bar--rail .bww-share-bar__btn--x {
  color: #fff !important;
}
/* Article in-content Ticketmaster CTA */
.article-page .article-ticket-cta {
  margin: var(--bww-space-5) 0 var(--bww-space-4);
  text-align: center;
  clear: both;
}
.article-page .article-ticket-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--bww-space-2);
  max-width: 100%;
  padding: var(--bww-space-3) var(--bww-space-5);
  border: none;
  border-radius: var(--bww-radius-md);
  background: #024ddf;
  color: #fff;
  font-size: var(--bww-text-base);
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  box-shadow: var(--bww-shadow-sm);
  box-sizing: border-box;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.article-page .article-ticket-cta__btn:hover {
  background: #0239a8;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: var(--bww-shadow-md);
}
.article-page .article-ticket-cta__logo {
  width: auto;
  height: 44px;
  max-height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}
.article-page .article-ticket-cta__text {
  min-width: 0;
  text-align: left;
}
@media (max-width: 575px) {
  .article-page .article-ticket-cta__btn {
    width: 100%;
    padding: var(--bww-space-3) var(--bww-space-4);
    font-size: var(--bww-text-sm);
  }
  .article-page .article-ticket-cta__logo {
    height: 36px;
    max-height: 36px;
  }
}
/* Article sticky show rail (desktop left sidebar).
   #foxsocial is rendered after </main> on article pages, so scope both ways. */
.article-page .article-sticky-rail,
#foxsocial .article-sticky-rail {
  width: 85px;
  max-width: 85px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  border-radius: var(--bww-radius-sm);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  background: var(--bww-surface, #fff);
}
.article-page .article-sticky-rail__poster-link,
#foxsocial .article-sticky-rail__poster-link {
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  border-radius: var(--bww-radius-sm) var(--bww-radius-sm) 0 0;
}
.article-page .article-sticky-rail__ticket-banner,
#foxsocial .article-sticky-rail__ticket-banner {
  background: var(--bww-red, #c01b1d);
  color: #fff;
  padding: 6px 4px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.article-page .article-sticky-rail__poster,
#foxsocial .article-sticky-rail__poster {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid var(--bww-surface-border, #e0e0e0);
  border-top: none;
  box-sizing: border-box;
}
.article-page .article-sticky-rail__poster-link:not(:has(.article-sticky-rail__ticket-banner)) .article-sticky-rail__poster,
#foxsocial .article-sticky-rail__poster-link:not(:has(.article-sticky-rail__ticket-banner)) .article-sticky-rail__poster {
  border-top: 1px solid var(--bww-surface-border, #e0e0e0);
}
.article-page .article-sticky-rail__actions,
#foxsocial .article-sticky-rail__actions {
  display: flex;
  flex-direction: column;
}
.article-page .article-sticky-rail__btn,
#foxsocial .article-sticky-rail__btn {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  min-height: 36px;
  padding: 8px 6px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  background: #1a1a1a;
  border: none;
  box-sizing: border-box;
  transition: background 0.15s ease;
}
.article-page .article-sticky-rail__btn:hover,
.article-page .article-sticky-rail__btn:focus-visible,
#foxsocial .article-sticky-rail__btn:hover,
#foxsocial .article-sticky-rail__btn:focus-visible {
  background: var(--bww-red, #b20223);
  color: #fff;
  text-decoration: none;
}
.article-page .article-sticky-rail__btn--tickets,
#foxsocial .article-sticky-rail__btn--tickets {
  background: #024ddf;
}
.article-page .article-sticky-rail__btn--tickets:hover,
.article-page .article-sticky-rail__btn--tickets:focus-visible,
#foxsocial .article-sticky-rail__btn--tickets:hover,
#foxsocial .article-sticky-rail__btn--tickets:focus-visible {
  background: var(--bww-red, #b20223);
}
.article-page .article-sticky-rail__btn-icon,
#foxsocial .article-sticky-rail__btn-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  fill: currentColor;
}
.article-page .article-sticky-rail__btn span,
#foxsocial .article-sticky-rail__btn span {
  flex: 1;
  min-width: 0;
}
.article-page #foxsocial .bww-share-bar--rail,
#foxsocial .bww-share-bar--rail {
  display: grid;
  grid-template-columns: repeat(2, 36px);
  justify-content: center;
  gap: 6px;
  width: 85px;
  margin-top: var(--bww-space-2);
  padding: var(--bww-space-2);
  text-align: center;
  background: var(--bww-surface, #fff);
  border-radius: var(--bww-radius-sm);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.article-page #foxsocial .bww-share-bar--rail-col,
#foxsocial .bww-share-bar--rail-col {
  grid-template-columns: 36px;
  width: auto;
  min-width: calc(36px + var(--bww-space-2) * 2);
  margin-top: 0;
}
.article-page #foxsocial .bww-share-bar--rail .bww-share-bar__btn,
#foxsocial .bww-share-bar--rail .bww-share-bar__btn {
  margin: 0;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.article-page #foxsocial .bww-share-bar--rail button.bww-share-bar__btn,
#foxsocial .bww-share-bar--rail button.bww-share-bar__btn {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
}
.article-page #foxsocial .bww-share-bar--rail .bww-share-bar__btn:hover,
.article-page #foxsocial .bww-share-bar--rail .bww-share-bar__btn:focus-visible,
#foxsocial .bww-share-bar--rail .bww-share-bar__btn:hover,
#foxsocial .bww-share-bar--rail .bww-share-bar__btn:focus-visible {
  transform: none;
  box-shadow: none;
  opacity: 0.7;
  background: transparent !important;
  border-color: transparent !important;
  color: #000 !important;
}
.article-page #foxsocial .bww-share-bar--rail .bww-share-bar__btn--email,
.article-page #foxsocial .bww-share-bar--rail .bww-share-bar__btn--share,
.article-page #foxsocial .bww-share-bar--rail .bww-share-bar__btn--x,
.article-page #foxsocial .bww-share-bar--rail .bww-share-bar__btn--facebook,
.article-page #foxsocial .bww-share-bar--rail .bww-share-bar__btn--reddit,
#foxsocial .bww-share-bar--rail .bww-share-bar__btn--email,
#foxsocial .bww-share-bar--rail .bww-share-bar__btn--share,
#foxsocial .bww-share-bar--rail .bww-share-bar__btn--x,
#foxsocial .bww-share-bar--rail .bww-share-bar__btn--facebook,
#foxsocial .bww-share-bar--rail .bww-share-bar__btn--reddit {
  background: transparent !important;
  border-color: transparent !important;
  color: #000 !important;
}
.article-page #foxsocial .bww-share-bar--rail .bww-share-bar__btn svg,
#foxsocial .bww-share-bar--rail .bww-share-bar__btn svg {
  width: 16px;
  height: 16px;
}
.article-page .bww-share-bar__btn--reddit {
  background: #ff4500;
  border-color: #ff4500;
  color: #fff !important;
}
.article-page .bww-share-bar__btn--reddit:hover {
  background: #e03e00;
  border-color: #e03e00;
  color: #fff !important;
}
/* Article in-content merch shop — commerce panel (distinct from editorial story grids) */
.article-page .article-merch-shop {
  margin: var(--bww-space-5) 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.article-page .article-merch-shop__panel {
  background: var(--bww-bg-subtle, #f7f7f8);
  border: 1px solid var(--bww-surface-border);
  border-top: 3px solid var(--bww-red);
  border-radius: var(--bww-radius-md);
  padding: var(--bww-space-4);
  box-sizing: border-box;
}
.article-page .article-merch-shop__header {
  display: flex;
  align-items: flex-start;
  gap: var(--bww-space-3);
  margin-bottom: var(--bww-space-4);
}
.article-page .article-merch-shop__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 28px;
  padding: var(--bww-space-1) var(--bww-space-2);
  background: var(--bww-red);
  color: var(--bww-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--bww-radius-sm);
  line-height: 1;
}
.article-page .article-merch-shop__intro {
  min-width: 0;
}
.article-page .article-merch-shop__heading {
  margin: 0;
  padding: 0;
  font-size: var(--bww-text-base);
  font-weight: 700;
  line-height: 1.3;
  color: var(--bww-text);
  text-transform: none;
  letter-spacing: normal;
  background: none !important;
  position: static !important;
}
.article-page .article-merch-shop__subtitle {
  margin: var(--bww-space-1) 0 0;
  font-size: var(--bww-text-sm);
  font-weight: 400;
  line-height: 1.4;
  color: var(--bww-text-muted, #666);
  text-transform: none;
  letter-spacing: normal;
}
.article-page .article-merch-shop__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--bww-space-3);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.article-page .article-merch-shop__item {
  min-width: 0;
}
.article-page .article-merch-shop__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: var(--bww-space-3);
  background: var(--bww-surface);
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-md);
  text-decoration: none;
  color: var(--bww-text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
}
.article-page .article-merch-shop__card:hover {
  border-color: var(--bww-red);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  color: var(--bww-text);
  text-decoration: none;
}
.article-page .article-merch-shop__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  margin-bottom: var(--bww-space-2);
  padding: var(--bww-space-2);
  background: #fff;
  border-radius: var(--bww-radius-sm);
}
.article-page .article-merch-shop__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0;
  object-fit: contain;
  border-radius: 0;
}
.article-page .article-merch-shop__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: var(--bww-text-xs);
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  flex: 1 1 auto;
}
.article-page .article-merch-shop__cta {
  display: block;
  margin-top: var(--bww-space-2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bww-red);
}
.article-page .article-merch-shop__card:hover .article-merch-shop__cta {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .article-page .article-merch-shop__panel {
    padding: var(--bww-space-3);
  }
  .article-page .article-merch-shop__grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: var(--bww-space-3);
    padding-bottom: var(--bww-space-2);
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }
  .article-page .article-merch-shop__item {
    flex: 0 0 42%;
    max-width: 170px;
    scroll-snap-align: start;
  }
}
@media (max-width: 575px) {
  .article-page .article-merch-shop__item {
    flex-basis: 55%;
    max-width: 190px;
  }
}
:root[data-bww-theme="dark"] .article-page .article-merch-shop__panel {
  background: var(--bww-surface);
  border-color: var(--bww-surface-border);
}
:root[data-bww-theme="dark"] .article-page .article-merch-shop__img-wrap {
  background: #1a1a1a;
}
:root[data-bww-theme="dark"] .article-page .article-merch-shop__card {
  background: var(--bww-bg-subtle, #222);
  border-color: var(--bww-surface-border);
}
:root[data-bww-theme="dark"] .article-page .article-merch-shop__card:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

/* Article — author / For You story grid (editorial, not commerce) */
.article-page .article-author-stories {
  margin: var(--bww-space-5) 0 0;
}
.article-page .article-author-stories__header.section-tittle {
  margin-left: 0 !important;
  margin-bottom: var(--bww-space-3);
  position: relative;
  height: auto !important;
  background: none !important;
}
.article-page .article-author-stories__header .bww-sidebar-heading__label {
  position: static !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
  font-size: var(--bww-text-xs) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.article-page .article-author-stories__header .bww-sidebar-heading__label::before,
.article-page .article-author-stories__header .bww-sidebar-heading__label::after {
  display: none !important;
  content: none !important;
}
.article-page .article-author-stories__author-link {
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
}
.article-page .article-author-stories__author-link a {
  color: var(--bww-red) !important;
  text-decoration: none;
  font-weight: 600;
}
.article-page .article-author-stories__author-link a:hover {
  text-decoration: underline;
}
.article-page .bww-author-story-card {
  margin-bottom: var(--bww-space-3);
}
.article-page .bww-author-story-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: var(--bww-table-title-link);
}
.article-page .bww-author-story-card__link:hover {
  color: var(--bww-table-title-link-hover);
  text-decoration: none;
}
.article-page .article-author-stories.author-area .single.bww-author-story-card .bww-author-story-card__media {
  position: relative;
  aspect-ratio: 12 / 5;
  overflow: hidden;
  border-radius: var(--bww-radius-md);
  background: var(--bww-surface-muted);
}
.article-page .article-author-stories.author-area .single.bww-author-story-card .bww-author-story-card__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  object-fit: cover;
  border-radius: 0;
}
.article-page .video-row.r-side .article-author-stories .bww-author-story-card,
.article-page .video-row.r-side .article-author-stories .single.col-lg-6 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.article-page .video-row.r-side .bww-author-story-card__image {
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
}
.article-page .bww-author-story-card__title {
  display: block;
  margin: var(--bww-space-2) 0 0;
  font-size: var(--bww-text-sm);
  font-weight: 500;
  line-height: 1.4;
  color: inherit;
}
:root[data-bww-theme="dark"] .article-page .bww-author-story-card__link {
  color: var(--bww-table-title-link) !important;
}
:root[data-bww-theme="dark"] .article-page .bww-author-story-card__link:hover {
  color: var(--bww-table-title-link-hover) !important;
}

/* Article — mobile sticky show/share bar + in-content modules */
@media screen and (max-width: 767px) {
  .article-page #foxsocial.show:not(.is-dismissed),
  #foxsocial.show:not(.is-dismissed) {
    display: flex !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 10050;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    pointer-events: none;
    background: transparent;
    overflow: visible;
  }
  .article-page #foxsocial.show:not(.is-dismissed) .mobile-sticky-bar,
  .article-page #foxsocial.show:not(.is-dismissed) .mobile-sticky-bar a,
  .article-page #foxsocial.show:not(.is-dismissed) .mobile-sticky-bar button,
  #foxsocial.show:not(.is-dismissed) .mobile-sticky-bar,
  #foxsocial.show:not(.is-dismissed) .mobile-sticky-bar a,
  #foxsocial.show:not(.is-dismissed) .mobile-sticky-bar button {
    pointer-events: auto;
  }
  body.bww-mobile-sticky-active .article-page {
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }
  .article-page .article-merch-shop,
  .article-page .article-merch-shop__panel {
    max-width: 100%;
    overflow: hidden;
  }
  .article-page .article-merch-shop__grid {
    overscroll-behavior-x: contain;
    margin-left: calc(-1 * var(--bww-space-3));
    margin-right: calc(-1 * var(--bww-space-3));
    padding-left: var(--bww-space-3);
    padding-right: var(--bww-space-3);
  }
  .article-page .article-author-stories.row {
    --bs-gutter-x: var(--bww-space-3);
    margin-left: 0;
    margin-right: 0;
  }
  .article-page .article-author-stories .bww-author-story-card {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: var(--bww-space-3);
  }
  .article-page .article-author-stories .bww-author-story-card:nth-last-child(-n+2) {
    margin-bottom: var(--bww-space-3);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .article-page .article-author-stories .bww-author-story-card {
    margin-bottom: var(--bww-space-3);
  }
}
.article-page .article-header .date {
  gap: 1.25rem;
}

.article-page .article-header .date > span {
  margin-left: 0;
}

.article-page .article-header .date span span {
  margin-left: 0;
}

/* ── Article pages: in-content Latest News + video widget (board-style) ─ */
.article-page .section-tittle > h3.y-color {
  height: auto;
  min-height: 10px;
  line-height: 1.4;
  white-space: normal;
}
.article-page .section-tittle > h3.y-color a {
  color: inherit;
  text-decoration: none;
}
.article-page .section-tittle > h3.y-color a:hover {
  color: var(--bww-red);
}
.article-page .col-lg-7.mobile1,
.article-page .col-lg-7.mobile1 #nb,
.article-page .col-lg-7.mobile1 [itemprop="articleBody"] {
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
}
:root[data-bww-theme="dark"] .article-page .disnep-area {
  padding-left: var(--bww-space-5);
  padding-right: var(--bww-space-5);
  box-sizing: border-box;
}
.article-page .message-latest-news.article-latest-news,
.article-page .message-latest-news.article-latest-news .section-tittle,
.article-page .message-latest-news.article-latest-news .nobreak {
  max-width: 100% !important;
  box-sizing: border-box;
}
.article-page .message-latest-news.article-latest-news {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 0;
  row-gap: 0;
  margin: var(--bww-space-4) 0 var(--bww-space-5) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0;
  background: linear-gradient(180deg, #e4e9ef 0%, #eef1f4 100%);
  border: 1px solid #c8d0da;
  border-radius: var(--bww-radius-lg);
  box-shadow: var(--bww-shadow-sm);
  overflow: hidden;
}
.article-page .message-latest-news.article-latest-news .section-tittle.bww-sidebar-heading,
.article-page .message-latest-news.article-latest-news .article-latest-news__header.bww-sidebar-heading {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: var(--bww-space-3) var(--bww-space-4) !important;
  position: relative;
  background: var(--bww-surface) !important;
  height: auto !important;
  min-height: 0;
  border: none;
  border-bottom: 1px solid var(--bww-surface-border) !important;
  border-left: 4px solid var(--bww-red) !important;
  border-radius: 0;
  overflow: visible;
}
.article-page .message-latest-news.article-latest-news .bww-sidebar-heading__label {
  position: static;
  top: auto;
  left: auto;
  transform: none;
  margin: 0;
  padding: 0;
  height: auto;
  background: transparent !important;
  color: var(--bww-text) !important;
  font-size: var(--bww-text-xs) !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.article-page .message-latest-news.article-latest-news .section-tittle.bww-sidebar-heading h3::before,
.article-page .message-latest-news.article-latest-news .section-tittle.bww-sidebar-heading h3::after,
.article-page .message-latest-news.article-latest-news .bww-sidebar-heading__label::before,
.article-page .message-latest-news.article-latest-news .bww-sidebar-heading__label::after {
  display: none;
}
.article-page .message-latest-news.article-latest-news .row {
  margin-left: 0;
  margin-right: 0;
}
/* News left, video right — flex ratio ~5:7 with column-gap on parent */
.article-page .message-latest-news.article-latest-news .col-lg-5,
.article-page .message-latest-news.article-latest-news .col-xl-5,
.article-page .message-latest-news.article-latest-news .col-md-5,
.article-page .message-latest-news.article-latest-news .article-latest-news__articles {
  flex: 5 1 0 !important;
  max-width: none !important;
  width: auto !important;
  min-width: 0 !important;
  padding: var(--bww-space-3) var(--bww-space-4);
  background: transparent;
  order: 1;
}
.article-page .message-latest-news.article-latest-news .col-lg-7,
.article-page .message-latest-news.article-latest-news .col-xl-7,
.article-page .message-latest-news.article-latest-news .col-md-7,
.article-page .message-latest-news.article-latest-news .article-latest-news__video-col {
  flex: 7 1 0 !important;
  max-width: none !important;
  width: auto !important;
  min-width: 0 !important;
  padding: var(--bww-space-3) var(--bww-space-4);
  background: transparent;
  border-left: none;
  margin-top: 0;
  order: 2;
}
@media (max-width: 767.98px) {
  .article-page .message-latest-news.article-latest-news .article-latest-news__video-col,
  .article-page .message-latest-news.article-latest-news .col-lg-7,
  .article-page .message-latest-news.article-latest-news .col-xl-7,
  .article-page .message-latest-news.article-latest-news .col-md-7 {
    border-top: none;
  }
}
.article-page .message-latest-news.article-latest-news .article-latest-news__newsletter {
  flex: 0 0 100%;
  max-width: 100%;
  order: 3;
}
.article-page .message-latest-news.article-latest-news .video-carousel > div {
  max-width: 100% !important;
  margin-left: 0 !important;
  padding-top: 0 !important;
}
.article-page .article-latest-news .recommend-row {
  padding: 0;
}
.article-page .article-latest-news .recommend-row .single {
  margin-bottom: 0;
  padding: var(--bww-space-2) 0;
  border-bottom: 1px solid var(--bww-surface-border);
}
.article-page .article-latest-news .recommend-row .single:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.article-page .article-latest-news .recommend-row .single:first-child {
  padding-top: 0;
}
.article-page .article-latest-news .recommend-row .right-cap {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.article-page .article-latest-news__link {
  color: var(--bww-text) !important;
  font-size: var(--bww-text-sm) !important;
  line-height: 1.45 !important;
  text-decoration: none;
  font-weight: 500;
  display: block;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.article-page .article-latest-news__link:hover {
  color: var(--bww-red) !important;
}
.article-page .article-latest-news .video-carousel {
  padding: 0 !important;
  background: transparent !important;
  text-align: left;
  margin: 0 !important;
}
.article-page .article-latest-news .video-carousel div {
  padding-top: 0 !important;
  margin: 0 !important;
  position: static;
}
.article-page .article-latest-news__video {
  background: transparent;
  padding: 0;
  margin: 0;
  height: auto;
  display: block;
  width: 100%;
}
.article-page .article-latest-news__video-slot {
  width: 100%;
  max-width: 100%;
  max-height: 220px;
  height: auto;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--bww-surface-muted);
  border-radius: var(--bww-radius-sm);
}
.article-page .article-latest-news__video-slot > * {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
}
.article-page .article-latest-news__newsletter {
  margin: 0;
  padding: var(--bww-space-4);
  border-top: 1px solid var(--bww-surface-border);
  background: var(--bww-surface-muted);
}
.article-page .article-latest-news__newsletter-content {
  text-align: center;
}
.article-page .article-latest-news__newsletter-title {
  margin: 0 0 var(--bww-space-2);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--bww-text);
}
.article-page .article-latest-news__newsletter-subtitle {
  margin: 0 0 var(--bww-space-3);
  font-size: var(--bww-text-sm);
  line-height: 1.5;
  color: var(--bww-text-muted);
}
.article-page .article-latest-news__newsletter-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--bww-space-3);
  max-width: 28rem;
  margin: 0 auto;
}
.article-page .article-latest-news__newsletter-fields {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--bww-space-2);
}
.article-page .article-latest-news__newsletter-email {
  width: 100%;
  height: 2.75rem;
  margin: 0;
  padding: 0 var(--bww-space-3);
  font-size: var(--bww-text-sm);
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-md);
  background: var(--bww-surface);
  color: var(--bww-text);
  box-sizing: border-box;
}
.article-page .article-latest-news__newsletter-btn {
  width: 100%;
  height: 2.75rem;
  margin: 0;
  padding: 0 var(--bww-space-4);
  font-size: var(--bww-text-sm);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--bww-red);
  border: none;
  border-radius: var(--bww-radius-md);
  cursor: pointer;
}
.article-page .article-latest-news__newsletter-btn:hover {
  background: var(--bww-red-dark, #8f0119);
}
.article-page .col-lg-3.video-row.r-side {
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
}
.article-page .col-lg-3.video-row.r-side .myshows,
.article-page .col-lg-3.video-row.r-side .showboxmobile-side,
.article-page .col-lg-3.video-row.r-side .showboxmobile-side table {
  max-width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .article-page .article-latest-news__newsletter-fields {
    flex-direction: row;
    gap: 0;
  }
  .article-page .article-latest-news__newsletter-email {
    flex: 1 1 auto;
    min-width: 0;
    border-radius: var(--bww-radius-md) 0 0 var(--bww-radius-md);
    border-right: none;
  }
  .article-page .article-latest-news__newsletter-btn {
    flex: 0 0 auto;
    width: auto;
    min-width: 7.5rem;
    border-radius: 0 var(--bww-radius-md) var(--bww-radius-md) 0;
  }
}
:root[data-bww-theme="dark"] .article-page .message-latest-news.article-latest-news {
  background: var(--bww-surface-muted);
  border-color: var(--bww-surface-border);
  box-shadow: none;
}
:root[data-bww-theme="dark"] .article-page .message-latest-news.article-latest-news .bww-sidebar-heading__label {
  background: transparent !important;
  color: var(--bww-text) !important;
}
:root[data-bww-theme="dark"] .article-page .message-latest-news.article-latest-news .section-tittle.bww-sidebar-heading,
:root[data-bww-theme="dark"] .article-page .message-latest-news.article-latest-news .article-latest-news__header.bww-sidebar-heading {
  background: var(--bww-surface) !important;
  border-bottom-color: var(--bww-surface-border);
}
:root[data-bww-theme="dark"] .article-page .message-latest-news.article-latest-news .article-latest-news__articles {
  background: transparent;
}
:root[data-bww-theme="dark"] .article-page .message-latest-news.article-latest-news .article-latest-news__video-col {
  background: transparent;
  border-color: transparent;
}
:root[data-bww-theme="dark"] .article-page .article-latest-news .recommend-row .single {
  border-bottom-color: var(--bww-surface-border);
}
:root[data-bww-theme="dark"] .article-page .most-popular.l-side a.title-14,
:root[data-bww-theme="dark"] .article-page .video-row.r-side .video-100 a.title-16,
:root[data-bww-theme="dark"] .article-page .video-row.r-side .short-video .right-cap a.title-16,
:root[data-bww-theme="dark"] .article-page .article-latest-news__link {
  color: var(--bww-table-title-link) !important;
  font-weight: 500 !important;
}
:root[data-bww-theme="dark"] .article-page .most-popular.l-side a.title-14:hover,
:root[data-bww-theme="dark"] .article-page .video-row.r-side .video-100 a.title-16:hover,
:root[data-bww-theme="dark"] .article-page .video-row.r-side .short-video .right-cap a.title-16:hover,
:root[data-bww-theme="dark"] .article-page .article-latest-news__link:hover {
  color: var(--bww-table-title-link-hover) !important;
}
:root[data-bww-theme="dark"] .article-page .video-row.r-side .view-all a {
  color: var(--bww-text-muted) !important;
}
:root[data-bww-theme="dark"] .article-page .video-row.r-side .view-all a:hover {
  color: var(--bww-table-title-link-hover) !important;
}
:root[data-bww-theme="dark"] .article-page .article-latest-news__newsletter {
  background: var(--bww-surface-muted);
}
:root[data-bww-theme="dark"] .article-page .article-latest-news__newsletter-email {
  background: #242424;
  border-color: #3a3a3a;
  color: #e8e8e8;
}

/* Article — Next Up For You recommendations block */
.article-page .article-next-up {
  margin: var(--bww-space-5) 0;
}
.article-page .article-next-up__header.section-tittle,
.article-page .article-next-up__header.section-tittle.bww-sidebar-heading {
  margin-left: 0 !important;
  margin-bottom: var(--bww-space-3);
  padding-bottom: 0 !important;
  border-bottom: none !important;
  position: relative;
  height: auto !important;
  background: none !important;
}
.article-page .article-next-up__header .bww-sidebar-heading__label {
  position: static !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
  font-size: var(--bww-text-xs) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.article-page .article-next-up__header .bww-sidebar-heading__label::before,
.article-page .article-next-up__header .bww-sidebar-heading__label::after {
  display: none !important;
  content: none !important;
}
.article-page .article-next-up__for-you-link {
  color: var(--bww-red) !important;
  font-weight: 700;
  text-decoration: none;
}
.article-page .article-next-up__for-you-link:hover {
  text-decoration: underline;
}
.article-page .article-next-up__body .container2,
.article-page .article-next-up__body .carousel {
  margin: 0;
  padding: 0;
}
.article-page .article-next-up #recommendCarousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.article-page .article-next-up #recommendCarousel .carousel-item.active {
  display: block !important;
}
.article-page .article-next-up #recommendCarousel .carousel-item:not(.active) {
  display: none !important;
}
.article-page .article-next-up #recommendCarousel .carousel-item {
  width: 100%;
  float: none;
  margin-right: 0;
}
.article-page .article-next-up__body .carousel-inner {
  overflow: hidden;
  width: 100%;
}
.article-page .article-next-up__body .carousel-inner .row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--bww-space-3);
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.article-page .article-next-up__body .carousel-inner .row > * {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0;
  flex: none !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .article-page .article-next-up__body .carousel-inner .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .article-page .article-next-up__body .carousel-inner .row {
    grid-template-columns: minmax(0, 1fr);
  }
}
.article-page .article-next-up__item {
  min-width: 0;
  height: 100%;
}
.article-page .article-next-up .carousel-indicators {
  display: none !important;
}
.article-page .article-next-up .bww-rec-card {
  margin-bottom: 0;
  height: 100%;
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-md);
  overflow: hidden;
  background: var(--bww-surface);
}
.article-page .article-next-up .bww-rec-card__media {
  border-radius: 0;
}
.article-page .article-next-up .bww-rec-card__title {
  margin: var(--bww-space-1) var(--bww-space-2);
  line-height: 1.45;
}
.article-page .bww-rec-card {
  margin-bottom: 0;
  height: 100%;
}
.article-page .bww-rec-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: var(--bww-table-title-link);
}
.article-page .bww-rec-card__link:hover {
  color: var(--bww-table-title-link-hover);
  text-decoration: none;
}
.article-page .bww-rec-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--bww-radius-md);
  background: var(--bww-surface-muted);
}
.article-page .bww-rec-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-page .bww-rec-card--loading .bww-rec-card__media {
  background: var(--bww-surface-muted);
}
.article-page .bww-rec-card--loading .bww-rec-card__image {
  opacity: 0;
}
.article-page .bww-rec-card--loading .bww-rec-card__title {
  min-height: 2.5em;
  background: var(--bww-surface-muted);
  border-radius: var(--bww-radius-sm);
  color: transparent;
}
.article-page .bww-rec-card__title {
  margin: var(--bww-space-2) 0 0;
  font-size: var(--bww-text-sm);
  font-weight: 500;
  line-height: 1.4;
  color: inherit;
}
.article-page .bww-tm-deal-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: var(--bww-surface);
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-md);
  overflow: hidden;
}
.article-page .bww-tm-deal-card__ribbon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
  padding: 8px 10px;
  background: linear-gradient(135deg, var(--bww-red) 0%, var(--bww-red-dark) 100%);
  color: var(--bww-white);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.article-page .bww-tm-deal-card__ribbon-text {
  flex: 0 0 auto;
  white-space: nowrap;
}
.article-page .bww-tm-deal-card__logo {
  flex: 0 0 auto;
  width: auto;
  height: 26px;
  max-width: 100%;
  margin-top: 0;
  object-fit: contain;
  display: block;
}
.article-page .bww-tm-deal-card__link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  text-decoration: none;
  color: inherit;
}
.article-page .bww-tm-deal-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--bww-surface-muted);
}
.article-page .bww-tm-deal-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-page .bww-tm-deal-card__body {
  padding: var(--bww-space-1) var(--bww-space-3);
  display: flex;
  flex-direction: column;
  gap: var(--bww-space-1);
  flex: 1 1 auto;
}
.article-page .bww-tm-deal-card__title {
  margin: 0;
  font-size: var(--bww-text-sm);
  font-weight: 500;
  line-height: 1.35;
  color: var(--bww-text);
}
.article-page .bww-tm-deal-card__cta {
  align-self: stretch;
  text-transform: none;
  font-size: var(--bww-text-xs);
  min-height: 32px;
  padding: var(--bww-space-1) var(--bww-space-3);
  pointer-events: none;
  text-align: center;
  white-space: normal;
}
.article-page .article-next-up .bww-section-more {
  margin-top: var(--bww-space-3);
}
:root[data-bww-theme="dark"] .article-page .bww-rec-card__link {
  color: var(--bww-table-title-link) !important;
}
:root[data-bww-theme="dark"] .article-page .bww-rec-card__link:hover {
  color: var(--bww-table-title-link-hover) !important;
}
:root[data-bww-theme="dark"] .article-page .bww-tm-deal-card {
  background: var(--bww-surface);
  border-color: var(--bww-surface-border);
}
:root[data-bww-theme="dark"] .article-page .bww-tm-deal-card__title {
  color: var(--bww-text);
}

/* Article — Related Stories */
.article-page .article-related-stories {
  margin: var(--bww-space-5) 0;
}
.article-page .article-related-stories__header.section-tittle {
  margin-left: 0 !important;
  margin-bottom: var(--bww-space-3);
  position: relative;
  height: auto !important;
  background: none !important;
}
.article-page .article-related-stories__header .bww-sidebar-heading__label {
  position: static !important;
  margin-left: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  font-size: var(--bww-text-xs) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.article-page .article-related-stories__header .bww-sidebar-heading__label::before,
.article-page .article-related-stories__header .bww-sidebar-heading__label::after {
  display: none !important;
  content: none !important;
}
.article-page .article-related-stories__suffix {
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
.article-page .article-related-stories__suffix a {
  color: var(--bww-red) !important;
  text-decoration: none;
}
.article-page .article-related-stories__suffix a:hover {
  text-decoration: underline;
}
.article-page .article-related-stories__item {
  gap: var(--bww-space-3);
  margin-bottom: var(--bww-space-4);
  align-items: flex-start;
}
.article-page .article-related-stories__item:last-child {
  margin-bottom: 0;
}
.article-page .article-related-stories__rank {
  background: var(--bww-red);
  color: var(--bww-white);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -15px;
  top: 28px;
  left: 4px;
  z-index: 1;
  font-size: var(--bww-text-xs);
  font-weight: 700;
}
.article-page .related-story .single-story .article-related-stories__thumb {
  display: block;
  width: 110px;
  height: 110px;
  max-width: 110px;
  object-fit: cover;
  border-radius: var(--bww-radius-md);
}
.article-page .article-related-stories__title {
  color: var(--bww-table-title-link) !important;
  font-size: var(--bww-text-sm);
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}
.article-page .article-related-stories__title:hover {
  color: var(--bww-table-title-link-hover) !important;
  text-decoration: underline;
}
.article-page .article-related-stories__blurb {
  margin: var(--bww-space-1) 0 0;
  font-size: var(--bww-text-xs);
  line-height: 1.45;
  color: var(--bww-text-muted);
}
.article-page .article-related-stories .right-cap {
  margin-left: 0 !important;
  margin-top: 0;
  flex: 1 1 0;
  min-width: 0;
}
:root[data-bww-theme="dark"] .article-page .article-related-stories__title {
  color: var(--bww-table-title-link) !important;
}
:root[data-bww-theme="dark"] .article-page .article-related-stories__title:hover {
  color: var(--bww-table-title-link-hover) !important;
}
:root[data-bww-theme="dark"] .article-page .article-related-stories__blurb {
  color: var(--bww-text-muted);
}

/* Sticky show/social rail: stay above skin + sticky banner ads on scroll */
@media screen and (min-width: 1300px) {
  .article-page #foxsocial.show:not(.is-dismissed),
  #foxsocial.show:not(.is-dismissed) {
    position: fixed;
    left: 4%;
    top: 96px;
    bottom: 24px;
    transform: none;
    width: auto;
    max-height: none;
    overflow-y: auto;
    overflow-x: visible;
    overscroll-behavior: contain;
    z-index: 200;
    background-color: transparent;
    flex-direction: column;
    pointer-events: none;
    scrollbar-width: thin;
  }
  .article-page #foxsocial.show:not(.is-dismissed) .foxsocial-desktop,
  .article-page #foxsocial.show:not(.is-dismissed) .article-sticky-rail,
  .article-page #foxsocial.show:not(.is-dismissed) .article-sticky-rail a,
  .article-page #foxsocial.show:not(.is-dismissed) .article-sticky-rail__share a,
  #foxsocial.show:not(.is-dismissed) .foxsocial-desktop,
  #foxsocial.show:not(.is-dismissed) .article-sticky-rail,
  #foxsocial.show:not(.is-dismissed) .article-sticky-rail a,
  #foxsocial.show:not(.is-dismissed) .article-sticky-rail__share a {
    pointer-events: auto;
  }
  .article-page #foxsocial.show:not(.is-dismissed) .foxsocial-desktop .article-sticky-rail__share,
  #foxsocial.show:not(.is-dismissed) .foxsocial-desktop .article-sticky-rail__share {
    background-color: var(--bww-surface, #fff);
  }
}
