/* Show Watch Us / Trending toggle on mobile, below Featured image */
@media (max-width: 767px) {
  .featured-container {
    display: flex !important;
    flex-direction: column !important;
  }
  .featured-container > .row.no-gutters {
    order: 1;
  }
  .featured-container > .featured-toggle-btn,
  .featured-container > .featured-toggle-btn.default {
    display: block !important;
    order: 2;
    width: 100%;
    text-align: center;
    margin: 12px 0;
  }
  .featured-container > .row.align-items-center {
    order: 3;
  }

  /* Pill-style toggle: match desktop appearance on mobile */
  .featured-toggle-btn .btn-group {
    position: relative !important;
    display: inline-flex !important;
    left: auto !important;
    top: auto !important;
    background-color: #f0f0f0 !important;
    border-radius: 30px !important;
    padding: 2px !important;
    height: auto !important;
    width: auto !important;
    overflow: hidden;
  }

  /* Hide native radio inputs */
  .featured-toggle-btn input[type="radio"] {
    display: none !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
  }

  /* Both labels: exact desktop font + pill shape */
  .featured-toggle-btn .btn-on,
  .featured-toggle-btn .btn-off {
    display: block !important;
    position: relative !important;
    z-index: 10 !important;
    padding: 6px 12px !important;
    font-family: Poppins, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 2.4px !important;
    text-transform: none !important;
    line-height: 22.5px !important;
    text-align: center !important;
    cursor: pointer !important;
    border-radius: 30px !important;
    border: none !important;
    background: transparent !important;
    margin: 0 !important;
    white-space: nowrap;
  }

  /* Active (Watch Us) label: white text */
  .featured-toggle-btn .btn-on {
    color: #ffffff !important;
  }

  /* Inactive (Trending) label: grey text */
  .featured-toggle-btn .btn-off {
    color: #c1bfb7 !important;
  }

  /* When Trending is active: swap text colours */
  .featured-toggle-btn .btn-off.active {
    color: #ffffff !important;
  }
  .featured-toggle-btn .btn-on:not(.active) {
    color: #c1bfb7 !important;
  }

  /* Pink pill slider */
  .featured-toggle-btn .slide-btn {
    display: block !important;
    position: absolute !important;
    top: 2px !important;
    left: 2px !important;
    bottom: 2px !important;
    width: calc(50% - 2px) !important;
    background-color: #ea4a7f !important;
    border-radius: 30px !important;
    z-index: 0 !important;
    transition: left 0.15s ease-in-out !important;
  }

  /* CSS-driven slide: when Trending (.btn-off) has .active, push pill right */
  .featured-toggle-btn .btn-group:has(.btn-off.active) .slide-btn {
    left: calc(50% + 0px) !important;
  }
}

/* Centre featured image on mobile */
@media (max-width: 767px) {
  #featured-header {
    text-align: center !important;
    justify-content: center !important;
  }
  #featured-header img {
    display: block !important;
    margin: 0 auto !important;
  }
  .featured-toggle-btn {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

/* ── DVBA 2026 Hub ───────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap');

.dvba-hub {
  --pink:     #EF497F;
  --pink-dk:  #B82D5E;
  --gold:     #C9902A;
  --purple:   #7B6D8D;
  --bg:       #FAFAF8;
  --card:     #fff;
  --border:   #EDEAE5;
  --text:     #1a1a1a;
  --sub:      #5C5A57;
  --muted:    #B0ABA6;
  --sticky-top: 0px;
  font-family: 'Outfit', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  max-width: 680px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  overflow: visible;
}
.dvba-hub *, .dvba-hub *::before, .dvba-hub *::after { box-sizing: border-box; }
.dvba-hub a { text-decoration: none; color: inherit; }
.dvba-hub button { font-family: inherit; }
.dvba-hub img { display: block; max-width: 100%; }
.dvba-hero { position: relative; height: 260px; overflow: hidden; background: #1a1a1a; }
.dvba-hero > img { width: 100%; height: 100%; object-fit: cover; }
.dvba-hero-ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,5,8,.78) 0%, rgba(10,5,8,.2) 55%, transparent 100%); }
.dvba-hero-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 20px; }
.dvba-hero-eye { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: 5px; font-weight: 600; }
.dvba-hero-h1 { font-size: 24px; font-weight: 800; color: #fff; line-height: 1.18; margin: 0; }
.dvba-hero-date { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.dvba-hero-dash { height: 2px; width: 18px; background: var(--pink); border-radius: 2px; }
.dvba-hero-date span { font-size: 10.5px; color: rgba(255,255,255,.55); }
.dvba-intro { padding: 18px 20px 0; }
.dvba-intro > p { font-size: 13px; line-height: 1.65; color: var(--sub); margin: 0 0 14px; }
.dvba-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; }
.dvba-stat { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 11px 8px; text-align: center; }
.dvba-stat-n { font-size: 22px; font-weight: 800; color: var(--pink); line-height: 1; letter-spacing: -.02em; }
.dvba-stat-l { font-size: 8.5px; color: var(--muted); margin-top: 3px; text-transform: uppercase; letter-spacing: .07em; }
.dvba-legend { display: flex; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; background: var(--card); margin-bottom: 4px; }
.dvba-lg-item { flex: 1; padding: 9px 4px; display: flex; align-items: center; justify-content: center; gap: 4px; border-right: 1px solid var(--border); }
.dvba-lg-item:last-child { border-right: none; }
.dvba-lg-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.dvba-lg-item > span { font-size: 8.5px; color: var(--sub); font-weight: 600; line-height: 1.3; text-align: center; }
.dvba-tabs-wrap { position: sticky; top: var(--sticky-top); z-index: 20; background: var(--bg); border-bottom: 1px solid var(--border); padding: 8px 0; }
.dvba-tabs { display: flex; gap: 2px; overflow-x: auto; padding: 0 14px; scrollbar-width: none; -ms-overflow-style: none; }
.dvba-tabs::-webkit-scrollbar { display: none; }
.dvba-tab { flex: none; padding: 7px 13px; font-size: 11px; font-weight: 400; border: none; background: transparent; color: #888; border-radius: 20px; cursor: pointer; white-space: nowrap; transition: background .15s, color .15s; }
.dvba-tab.is-on { background: var(--pink); color: #fff; font-weight: 700; }
.dvba-sec { padding: 18px 20px 8px; }
.dvba-sec-hdr { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.dvba-sec-ico { width: 36px; height: 36px; border-radius: 10px; background: #F3F2F0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dvba-sec-title { font-size: 16px; font-weight: 700; color: var(--text); line-height: 1.2; }
.dvba-sec-ct { font-size: 11px; color: var(--muted); margin-top: 1px; }
.dvba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dvba-card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 14px 12px; display: flex; flex-direction: column; min-height: 115px; transition: box-shadow .15s, border-color .15s; }
.dvba-card:hover { box-shadow: 0 6px 24px rgba(239,73,127,.1); border-color: rgba(239,73,127,.35); }
.dvba-card-ico { width: 36px; height: 36px; border-radius: 10px; background: #F3F2F0; display: flex; align-items: center; justify-content: center; margin-bottom: 9px; flex-shrink: 0; }
.dvba-card-name { font-size: 11px; font-weight: 600; color: var(--text); line-height: 1.35; flex: 1; margin-bottom: 8px; }
.dvba-row { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 16px; display: flex; align-items: center; gap: 14px; transition: box-shadow .15s, border-color .15s; }
.dvba-row:hover { box-shadow: 0 6px 24px rgba(239,73,127,.1); border-color: rgba(239,73,127,.35); }
.dvba-row-ico { width: 48px; height: 48px; border-radius: 12px; background: #F3F2F0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dvba-row-name { font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 7px; line-height: 1.3; }
.dvba-badges { display: flex; gap: 3px; flex-wrap: wrap; }
.dvba-b { font-size: 7.5px; font-weight: 700; padding: 2px 6px; border-radius: 5px; white-space: nowrap; line-height: 1.4; }
.dvba-b-ec { background: #FDF5E0; color: #C9902A; }
.dvba-b-rc { background: #FFF0F5; color: #EF497F; }
.dvba-b-dv { background: #FFE4EF; color: #B82D5E; }
.dvba-b-hc { background: #F5F0FF; color: #7B6D8D; }
.dvba-judges { padding: 18px 20px 10px; border-top: 1px solid var(--border); margin-top: 10px; }
.dvba-judges-btn { width: 100%; background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 14px 16px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; transition: box-shadow .15s; text-align: left; }
.dvba-judges-btn:hover { box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.dvba-judges-inner { display: flex; align-items: center; gap: 12px; }
.dvba-judges-thumb { width: 44px; height: 44px; border-radius: 12px; overflow: hidden; flex-shrink: 0; background: var(--border); }
.dvba-judges-thumb img { width: 100%; height: 100%; object-fit: cover; }
.dvba-judges-lbl { font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 2px; }
.dvba-judges-sub { font-size: 11px; color: var(--muted); }
.dvba-judges-arrow { flex-shrink: 0; transition: transform .25s; }
.dvba-judges-arrow.open { transform: rotate(180deg); }
.dvba-judges-panel { margin-top: 10px; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); display: none; }
.dvba-judges-panel.open { display: block; }
.dvba-judges-panel > img { width: 100%; }
.dvba-judges-body { padding: 14px 16px; background: var(--card); }
.dvba-judges-body > p { font-size: 11.5px; line-height: 1.6; color: var(--sub); margin: 0 0 10px; }
.dvba-judge-list { display: flex; flex-direction: column; gap: 6px; }
.dvba-judge { font-size: 11px; color: var(--text); }
.dvba-spacer { height: 40px; }
@media (max-width: 380px) {
  .dvba-hero-h1 { font-size: 20px; }
  .dvba-stat-n { font-size: 18px; }
  .dvba-lg-item > span { font-size: 7.5px; }
}
/* ── END DVBA 2026 Hub ───────────────────────────────────────── */