.IYCwpgeXtB6kGxTyW7Zx {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  /* Lets the slot width follow the layout column (flex/grid), not the viewport. */
  min-width: 0px;
  width: 100%;
  max-width: 100%;
  /*
   * Last-resort guard so a creative that renders wider than the size we
   * requested cannot introduce horizontal page scroll. Slot sizing is
   * container-aware, so a leaderboard we request should never be clipped here.
   */
  overflow: hidden;
}

.ehCJEEEQrbuTSXKaRaJj {
  justify-content: flex-start;
}

.HeUWson9Z7UOXvxBgnDc {
  justify-content: center;
}

.PU7ky0YXsPD5CFf55RNq {
  justify-content: flex-end;
}

.iwMbqBO5MYeA_wGOmThN {
  /* Follow the layout column width; GPT size is chosen via ResizeObserver. */
  min-width: 0px;
  min-height: 50px;
}

@media (min-width: 1024px) {
  .iwMbqBO5MYeA_wGOmThN {
    min-height: 90px;
  }
}

.Z1bGFVHm2jKiTsVAz88i {
  min-width: 300px;
  min-height: 250px;
}

.RXEwuK2u9Jz_jMHiUBKz {
  position: relative;
  display: inline-block;
  min-width: 0px;
  max-width: 100%;
  font-family: inherit;
  color: #1f2937;
}

.tzL0PfdhlnzZj95qXMy6 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0px;
  padding: 10px 16px 10px 18px;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  background: #ffffff;
  color: #111111;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  cursor: pointer;
  min-width: 0px;
  max-width: 100%;
  box-sizing: border-box;
}

/* Selected club names can be long, so the pill truncates instead of forcing
   the surrounding toolbar to wrap or overflow. */
.cCjTLj1y_h6WZ2QQJRdQ {
  min-width: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tzL0PfdhlnzZj95qXMy6:hover {
  border-color: #d1d5db;
}

.tzL0PfdhlnzZj95qXMy6:focus-visible {
  outline: 2px solid #1f2937;
  outline-offset: 2px;
}

.fEaWK2gBPp3kYrykwRMw {
  flex: 0 0 auto;
  color: #1f2937;
  transition: transform 0.15s ease;
}

.oT5CRtHXsVKWwqZPdYiT {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  .fEaWK2gBPp3kYrykwRMw {
    transition: none;
  }
}

.SbsfI69L76341hqY0Lew {
  position: absolute;
  z-index: 1000;
  right: 0px;
  left: auto;
  top: calc(100% + 6px);
  min-width: max(100%, 220px);
  width: -moz-max-content;
  width: max-content;
  max-width: min(280px, calc(100vw - 32px));
  max-height: min(420px, 60vh);
  margin: 0px;
  padding: 6px;
  list-style: none;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow:
    0px 10px 28px rgba(15, 23, 42, 0.1),
    0px 2px 8px rgba(15, 23, 42, 0.05);
  box-sizing: border-box;
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
}

/* Applied when right-anchoring would push the menu past the left viewport
   edge, e.g. a narrow trigger near the start of a mobile row. */
.E3fT6bC_M8k7v6ofl5PK {
  right: auto;
  left: 0px;
}

.cl9_1kuuqQMZjhoxyTns {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 10px 14px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #1a1a1a;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  /* Stop a long swipe over a label from turning into a text selection. */
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
}

.cl9_1kuuqQMZjhoxyTns:hover,
.cl9_1kuuqQMZjhoxyTns:focus-visible,
.CIWkr3gmVw3cTrboSeTR,
._JcG7EXC7Nu5fBWWvFi0 {
  background: #f3f4f6;
  font-weight: 600;
}

.cl9_1kuuqQMZjhoxyTns:focus-visible {
  outline: none;
}

.ozcVft6WTSzO88DoQzrf {
  display: block;
  padding: 10px 12px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}


/* NBL Design System 2.0 dropdown. Apply on top of each control's base classes. */

.LfNR9mq685MVQZwGvz0n {
  gap: 8px;
  height: 36px;
  padding: 8px 12px;
  color: #1a1a1a;
  font-size: 13.6px;
  line-height: normal;
}

/* Sort By starts as a text button; Clubs Dropdown already has pill chrome. */
.y3qTMAUREVJjUkeEjUDq {
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  background: #ffffff;
}

.y3qTMAUREVJjUkeEjUDq:hover {
  border-color: #d1d5db;
}

.VndQ4RUOyOdfRAycY4UL {
  display: flex;
  flex-direction: column;
  gap: 2px;
  top: calc(100% + 4px);
  width: 240px;
  min-width: 240px;
  max-width: calc(100vw - 32px);
  padding: 4px;
  border-color: #cccccc;
  border-radius: 10px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08);
}

/* Body/M — 8px padding either side of a 17px line gives the design's 33px row. */
.cloC2ZB0YYuYSNEL33u1 {
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 17px;
}

.cloC2ZB0YYuYSNEL33u1:hover,
.cloC2ZB0YYuYSNEL33u1:focus-visible,
.mtVUFw1mZDmH_JRIh_vH {
  background: #f7f8f8;
  font-weight: 500;
}

.qcPJP7DHf96oe2xpw7Wa {
  color: #111111;
  font-family: inherit;
  width: 100%;
}

.Vp0U6kZC3c73UHcZ8wON {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
  padding-right: 25px;
  min-height: 40px;
}

.OzrdAwwAK1HFlmpvf1cu {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.UNTbKeIhXVcFSeWKBMbe {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0px;
  padding: 0px;
  border: none;
  background: transparent;
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
}

.UNTbKeIhXVcFSeWKBMbe:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 3px rgba(244, 123, 48, 0.28);
  border-radius: 4px;
}

.o9V9DpdIN2C0M2jEa31s {
  flex: 0 0 auto;
  transition: transform 0.15s ease;
}

.Zg8ps6GmANYYW1tF6A3l {
  transform: rotate(180deg);
}

/* Matches ClubsDropdown `.menu` so both toolbar dropdowns share one look. */
.uPXCmWG_dWVr2cToL8u2 {
  position: absolute;
  z-index: 1000;
  right: 0px;
  left: auto;
  top: calc(100% + 6px);
  min-width: max(100%, 220px);
  width: -moz-max-content;
  width: max-content;
  max-width: min(280px, calc(100vw - 32px));
  max-height: min(420px, 60vh);
  margin: 0px;
  padding: 6px;
  list-style: none;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow:
    0px 10px 28px rgba(15, 23, 42, 0.1),
    0px 2px 8px rgba(15, 23, 42, 0.05);
  box-sizing: border-box;
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
}

/* Applied when right-anchoring would push the menu past the left viewport
   edge, e.g. once the toolbar stacks on a narrow phone. */
.C89UuxiRy7tmrRT7L2gG {
  right: auto;
  left: 0px;
}

.QuHDY3Cwb1UV2a0p2imp {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  margin: 0px;
  padding: 10px 14px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #1a1a1a;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}

.QuHDY3Cwb1UV2a0p2imp:hover,
.QuHDY3Cwb1UV2a0p2imp:focus-visible,
.L8Xw7RAfI9AkR2qK6ihY {
  background: #f3f4f6;
  font-weight: 600;
}

.QuHDY3Cwb1UV2a0p2imp:focus-visible {
  outline: none;
}

.G33JCmiCt7YWicB31b6L {
  display: grid;
  grid-template-columns: minmax(0px, 820px) minmax(0px, 420px);
  gap: 24px;
  margin-bottom: 32px;
  padding: 24px;
  border-radius: 16px;
  background: #f8f8f8;
}

.G33JCmiCt7YWicB31b6L:last-child {
  margin-bottom: 0px;
}

.i_oEBNPrXQIMrws1hfAZ {
  padding: 0px;
  background: transparent;
  border-radius: 0px;
}

.jL4pdS0dMnE21dML8OJZ {
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
}

.jL4pdS0dMnE21dML8OJZ .Mu7eickTNgcm36lLgc3h,
.jL4pdS0dMnE21dML8OJZ .ZP0UcI51gUi5HCJQ9Tbj {
  flex: 1 1 auto;
  max-width: none;
  width: 100%;
}

.Mu7eickTNgcm36lLgc3h {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0px;
  width: 100%;
  max-width: 840px;
}

.ZP0UcI51gUi5HCJQ9Tbj {
  display: flex;
  flex: 0 1 420px;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  min-width: 0px;
  width: 100%;
  max-width: 420px;
}

.krsyAECbJR3IbQ7ckI_Y,
.sbAYHo6a5yX6_hz2NM8z {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: 0px;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.MTDoGZ4QzrATatODM5Ly {
  min-width: 0px;
  width: 100%;
}

.hRK7Gny7ulJnbpFcj465 {
  display: flex;
  max-width: 820px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #d3d3d3;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b6VNruMm8JYeveyKxstN {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0px;
  width: 100%;
}

.IAhhmSHg7sWusq4YX41A {
  display: none;
  flex: 0 0 auto;
  margin: 0px;
  padding: 2px 6px;
  border: 1px solid var(--news-badge-border-color, #CCC);
  border-radius: 4px;
  color: var(--news-badge-text-color, #4D4D4D);
  background-color: var(--news-badge-background-color, #FFF);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 120%;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .IAhhmSHg7sWusq4YX41A.m_tsYYzjmlnBOFOpV8vp {
    display: inline-flex;
  }
}

@media (max-width: 991px) {
  .IAhhmSHg7sWusq4YX41A.QyJuFKUNfPIm4HKMhsLs {
    display: inline-flex;
  }
}

.z6khvcFinRHup4gmYh4h {
  margin: 0px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #1a1a1a;
}

.mnWa7nJAyGw9AIaQB5j5 {
  margin: 0px;
  overflow: hidden;
  color: #1a1a1a;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.dB2Qo3l7T4n1Dsa68jrA,
.ZwGq_XWrcIHaTnqLMCOt,
.kCdptHBMkskIAgiHvR5M {
  width: 100%;
  min-width: 0px;
  overflow: hidden;
}

/* Matches first featured image column (1 of the primary's 2 internal cols). */
.dB2Qo3l7T4n1Dsa68jrA {
  grid-column: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  /*
   * The narrow leaderboard creative is 320px wide. That internal column is
   * narrower than 320px until the panel is ~1044px, and the ad is hidden below
   * 992px, so without this floor the slot clips the creative's right edge.
   */
  min-width: 320px;
  box-sizing: border-box;
}

.dB2Qo3l7T4n1Dsa68jrA > * {
  flex: 1 1 auto;
  min-width: 0px;
  box-sizing: border-box;
  align-self: center;
}

/*
 * Only guard against overflow here: forcing the GPT iframe to the container
 * width shrinks it below the creative's own width, which crops the creative
 * inside the iframe.
 */
.dB2Qo3l7T4n1Dsa68jrA iframe,
.dB2Qo3l7T4n1Dsa68jrA ins {
  display: block;
  max-width: 100%;
  box-sizing: border-box;
}

.ZwGq_XWrcIHaTnqLMCOt {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 8px 0px 40px;
}

.ZwGq_XWrcIHaTnqLMCOt > * {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0px !important;
}

.u8ColwpFIWXzYjAUB2RJ {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
  margin-bottom: 32px;
}

.Y5bJRWsk53CSnJIInRnB {
  min-width: 0px;
}

.L2baxAW5msWkQLeVgbgz {
  min-width: 0px;
}

.pc4gN0bRwjWZZ4g6hG0K,
.hzoviEJ9GhXenzP7rYpa {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0px;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.gzSoIbOJ26ijrC3XiY8d {
  flex: 0 0 132px;
  width: 132px;
  height: 74px;
  aspect-ratio: 66 / 37;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #e5e7eb;
}

.kQIPMkaNfPW4yKEwW9zw {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0px;
  flex: 1 1 auto;
}

.o8rhsCjytjv08u3eh8ha {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-width: 0px;
}

.qX6AEErd_OXvO4jpyPmU {
  max-width: 25px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.gE1tbDB3Ka9wq3ml0Z3u {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #e5e7eb;
}

.EVbjVhQtBYVj3y44MSC2 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #111111;
}

.e2HXWBJvAhX_SccI32JG {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
}

.G33JCmiCt7YWicB31b6L .e2HXWBJvAhX_SccI32JG {
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0px;
}

.fajr2g12mnlmMbTe1qcf {
  margin: 0px;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  color: #111111;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.qiBcQ8dYZrwpEopXG_qY {
  display: flex;
  justify-content: center;
  margin: 8px 0px 0px;
}

.a5C_IHIWV8IQFIiCr7Hg {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #f47b30;
  background: #ffffff;
  color: #f47b30;
  border-radius: 999px;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.a5C_IHIWV8IQFIiCr7Hg:hover {
  background: #f47b30;
  color: #ffffff;
  transform: scale(1.03);
}

.a5C_IHIWV8IQFIiCr7Hg:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 3px rgba(244, 123, 48, 0.28);
}

.N4ux6JaDuNdYUR_90j6C {
  margin: 0px;
  font-size: 14px;
  color: #6b7280;
}

.ZAItMaVqWI3Uae7jPYnt {
  width: 100%;
}

.KRhCTr2XuuzZip7XrQ58 {
  display: block;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    #e5e7eb 0%,
    #f8f8f8 45%,
    #e5e7eb 90%
  );
  background-size: 200% 100%;
  animation: aSyVK9mqjK9hpgBDaOnK 1.4s ease-in-out infinite;
}

/* Mirror .featuredPrimaryThumb sizing. */
.r_TaQIEl7Yeama416c39 {
  display: flex;
  max-width: 820px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  min-width: 0px;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
}

/*
 * Height mirrors the reserved height of the real leaderboard slot (50px for the
 * narrow creative, 90px from 1024px up) so the ad does not shift the layout
 * when it replaces the skeleton.
 */
.WWabiAMe4qv8y0Whhsv4 {
  grid-column: 1;
  width: 100%;
  min-width: 320px;
  min-height: 50px;
  border-radius: 8px;
}

@media (min-width: 1024px) {
  .WWabiAMe4qv8y0Whhsv4 {
    min-height: 90px;
  }
}

.Rv9jEdpN_UjVFu1gpRnt {
  width: 100%;
  min-height: 90px;
  margin: 8px 0px 40px;
  border-radius: 8px;
}

.FCymV9wWqeIo06pmLd_4 {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  min-width: 0px;
  width: 100%;
}

.nrZGXhmmYT4VahG94Djl {
  flex: 0 0 132px;
  width: 132px;
  height: 74px;
  border-radius: 8px;
}

.psgB2JF8ft5ltEmej2Af {
  height: 14px;
  width: 100%;
  border-radius: 6px;
}

.wkjOZMDZYor0mrBJPh2h {
  width: 36%;
  height: 12px;
}

.aIh2ZcVho9CReaLmCnMe {
  width: 72%;
}

.xZ9CYdSYDU4RtGMwxLTa {
  width: 88%;
}

.XEVerJ7mu7uCpFu2Bec8 {
  width: 92%;
  height: 22px;
}

.XsyqfOOQfgSQc7NBzRv6 {
  width: 72px;
  height: 22px;
  border-radius: 4px;
}

@keyframes aSyVK9mqjK9hpgBDaOnK {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}

@media (max-width: 1024px) {
  .u8ColwpFIWXzYjAUB2RJ {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}

@media (max-width: 991px) {
  .dB2Qo3l7T4n1Dsa68jrA,
  .WWabiAMe4qv8y0Whhsv4 {
    display: none;
  }

  .G33JCmiCt7YWicB31b6L {
    display: flex;
    flex-direction: column;
  }

  .Mu7eickTNgcm36lLgc3h {
    max-width: none;
    width: 100%;
  }

  .ZP0UcI51gUi5HCJQ9Tbj {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 479px) {
  /* Keep each dropdown on its own centered row on mobile. */
  .Vp0U6kZC3c73UHcZ8wON {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 12px;
    padding: 0px 8px;
  }

  .G33JCmiCt7YWicB31b6L {
    grid-template-columns: minmax(0px, 1fr);
    gap: 28px;
    margin-bottom: 0px;
    padding: 8px 8px 24px 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .G33JCmiCt7YWicB31b6L:last-child {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .i_oEBNPrXQIMrws1hfAZ,
  .i_oEBNPrXQIMrws1hfAZ:last-child {
    padding: 0px;
    background: transparent;
    border-radius: 0px;
  }

  .Y5bJRWsk53CSnJIInRnB {
    background: #f8f8f8;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 8px;
  }

  .Mu7eickTNgcm36lLgc3h {
    flex: 1 1 auto;
    width: 100%;
  }

  .hRK7Gny7ulJnbpFcj465,
  .r_TaQIEl7Yeama416c39 {
    max-height: none;
  }

  .ZP0UcI51gUi5HCJQ9Tbj {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
  }

  .FCymV9wWqeIo06pmLd_4 {
    gap: 16px;
  }

  .nrZGXhmmYT4VahG94Djl {
    flex-basis: 121px;
    width: 121px;
    height: 68px;
    border-radius: 8px;
  }

  .Rv9jEdpN_UjVFu1gpRnt {
    margin: 0px 0px 28px;
  }

  .z6khvcFinRHup4gmYh4h {
    font-size: 22px;
  }

  .u8ColwpFIWXzYjAUB2RJ {
    grid-template-columns: minmax(0px, 1fr);
    row-gap: 20px;
    margin-bottom: 28px;
  }

  .gzSoIbOJ26ijrC3XiY8d {
    flex-basis: 121px;
    width: 121px;
    height: 68px;
    border-radius: 8px;
  }

  .ZwGq_XWrcIHaTnqLMCOt {
    margin: 0px 0px 28px;
  }
}

/* ---------------------------------------------------------------------------
   nbl-next — NBL Design System 2.0 category page.
   --------------------------------------------------------------------------- */

.ZJUShMbszfnPNJJz5w9Z .Vp0U6kZC3c73UHcZ8wON {
  gap: 24px;
  margin-bottom: 16px;
  padding-right: 0px;
}

.ZJUShMbszfnPNJJz5w9Z .G33JCmiCt7YWicB31b6L {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 12px;
}

/*
 * The panel reads as three columns — lead thumb, lead copy, sidebar card.
 * These two grow proportionally (592 : 280 in the design) so the column
 * rhythm survives any embed width.
 */
.ZJUShMbszfnPNJJz5w9Z .Mu7eickTNgcm36lLgc3h {
  flex: 592 1 0%;
  max-width: none;
}

.ZJUShMbszfnPNJJz5w9Z .ZP0UcI51gUi5HCJQ9Tbj {
  flex: 280 1 0%;
  max-width: none;
}

/* The lead story runs horizontally: 16:9 thumb beside the copy. */
.ZJUShMbszfnPNJJz5w9Z .krsyAECbJR3IbQ7ckI_Y,
.ZJUShMbszfnPNJJz5w9Z .sbAYHo6a5yX6_hz2NM8z {
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

/*
 * 47% of the lead column is 278px at the design's 1024 width, which lands the
 * thumb at the same height as the sidebar card's 280px image.
 */
.ZJUShMbszfnPNJJz5w9Z .hRK7Gny7ulJnbpFcj465,
.ZJUShMbszfnPNJJz5w9Z .r_TaQIEl7Yeama416c39 {
  flex: 0 0 47%;
  width: auto;
  /* Without this the image floors at its intrinsic width and eats the row. */
  min-width: 0px;
  max-width: none;
  align-self: center;
}

.ZJUShMbszfnPNJJz5w9Z .b6VNruMm8JYeveyKxstN {
  flex: 1 1 auto;
  gap: 8px;
}

.ZJUShMbszfnPNJJz5w9Z .z6khvcFinRHup4gmYh4h {
  font-size: 20px;
  line-height: 24px;
}

.ZJUShMbszfnPNJJz5w9Z .mnWa7nJAyGw9AIaQB5j5 {
  font-size: 14px;
  line-height: 17px;
}

/* The single featured sidebar card stacks instead of running horizontally. */
.ZJUShMbszfnPNJJz5w9Z .ZP0UcI51gUi5HCJQ9Tbj .pc4gN0bRwjWZZ4g6hG0K,
.ZJUShMbszfnPNJJz5w9Z .ZP0UcI51gUi5HCJQ9Tbj .hzoviEJ9GhXenzP7rYpa,
.ZJUShMbszfnPNJJz5w9Z .ZP0UcI51gUi5HCJQ9Tbj .FCymV9wWqeIo06pmLd_4 {
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.ZJUShMbszfnPNJJz5w9Z .ZP0UcI51gUi5HCJQ9Tbj .gzSoIbOJ26ijrC3XiY8d,
.ZJUShMbszfnPNJJz5w9Z .ZP0UcI51gUi5HCJQ9Tbj .nrZGXhmmYT4VahG94Djl {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
}

.ZJUShMbszfnPNJJz5w9Z .ZP0UcI51gUi5HCJQ9Tbj .kQIPMkaNfPW4yKEwW9zw {
  gap: 2px;
}

/*
 * Dates carry the shared inline NEWS_DATE_STYLE, so colour needs !important
 * to reach the per-slot greys the design specifies.
 */
.ZJUShMbszfnPNJJz5w9Z .e2HXWBJvAhX_SccI32JG {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #1a1a1a !important;
}

.ZJUShMbszfnPNJJz5w9Z .Mu7eickTNgcm36lLgc3h .e2HXWBJvAhX_SccI32JG {
  color: #4d4d4d !important;
}

/* The sidebar card's date uses a one-off grey in the design, not a token. */
.ZJUShMbszfnPNJJz5w9Z .ZP0UcI51gUi5HCJQ9Tbj .e2HXWBJvAhX_SccI32JG {
  color: #484b51 !important;
}

.ZJUShMbszfnPNJJz5w9Z .u8ColwpFIWXzYjAUB2RJ {
  row-gap: 12px;
  margin-bottom: 24px;
}

.ZJUShMbszfnPNJJz5w9Z .pc4gN0bRwjWZZ4g6hG0K,
.ZJUShMbszfnPNJJz5w9Z .hzoviEJ9GhXenzP7rYpa,
.ZJUShMbszfnPNJJz5w9Z .FCymV9wWqeIo06pmLd_4 {
  gap: 8px;
}

.ZJUShMbszfnPNJJz5w9Z .kQIPMkaNfPW4yKEwW9zw {
  gap: 4px;
}

.ZJUShMbszfnPNJJz5w9Z .fajr2g12mnlmMbTe1qcf {
  font-size: 14px;
  line-height: 18px;
  color: #1a1a1a;
}

.ZJUShMbszfnPNJJz5w9Z .ZwGq_XWrcIHaTnqLMCOt {
  margin: 0px 0px 24px;
}

/*
 * The lead column is always narrower than a 728px leaderboard, so this slot
 * only ever serves the 320x50 creative. Reserve that rather than the shared
 * component's 90px desktop floor, which leaves dead space under the ad and
 * pushes the panel taller than the sidebar card beside it.
 */
.ZJUShMbszfnPNJJz5w9Z .dB2Qo3l7T4n1Dsa68jrA > *,
.ZJUShMbszfnPNJJz5w9Z .WWabiAMe4qv8y0Whhsv4 {
  min-height: 50px;
}

/* The grid reads as stacked pairs: 12px inside a pair, 24px between pairs. */
@media (min-width: 480px) {
  .ZJUShMbszfnPNJJz5w9Z .u8ColwpFIWXzYjAUB2RJ > *:nth-child(4n + 3),
  .ZJUShMbszfnPNJJz5w9Z .u8ColwpFIWXzYjAUB2RJ > *:nth-child(4n + 4) {
    margin-bottom: 12px;
  }
}

@media (max-width: 991px) {
  .ZJUShMbszfnPNJJz5w9Z .G33JCmiCt7YWicB31b6L {
    flex-direction: column;
  }

  .ZJUShMbszfnPNJJz5w9Z .Mu7eickTNgcm36lLgc3h,
  .ZJUShMbszfnPNJJz5w9Z .ZP0UcI51gUi5HCJQ9Tbj {
    flex: 1 1 auto;
    max-width: none;
  }
}

@media (max-width: 479px) {
  .ZJUShMbszfnPNJJz5w9Z .krsyAECbJR3IbQ7ckI_Y,
  .ZJUShMbszfnPNJJz5w9Z .sbAYHo6a5yX6_hz2NM8z {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .ZJUShMbszfnPNJJz5w9Z .hRK7Gny7ulJnbpFcj465,
  .ZJUShMbszfnPNJJz5w9Z .r_TaQIEl7Yeama416c39 {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    align-self: stretch;
  }
}

