.fbtv{box-sizing:border-box;max-width:1180px;margin:14px auto;padding:16px;border:1px solid #294059;border-radius:16px;background:#102238;color:#eef4ff;font-family:inherit}.fbtv h2{margin:0 0 10px;font-size:18px;line-height:1.3;color:inherit}.fbtv .fbtv-list{list-style:none;display:flex;flex-direction:column;gap:6px;padding:0;margin:8px 0}.fbtv-list li{display:flex;align-items:center;gap:10px;box-sizing:border-box;min-height:48px;padding:6px 10px;border:1px solid #30425b;border-left:3px solid #55d2c7;border-radius:9px;background:linear-gradient(110deg,#1d2d45,#112035)}.fbtv-list .fbtv-brand-bein{border-left-color:#9879e8}.fbtv-list .fbtv-brand-neutral{border-left-color:#d7dce6}.fbtv-list .fbtv-brand-espn{border-left-color:#ff535a}.fbtv-list .fbtv-brand-blue{border-left-color:#5297ff}.fbtv-logo{position:relative;display:flex;align-items:center;justify-content:center;width:46px;height:32px;flex-shrink:0;background:#fff;border-radius:6px;overflow:hidden}.fbtv-logo img{position:absolute;inset:0;width:100%;height:100%;box-sizing:border-box;padding:4px;object-fit:contain;background:#fff}.fbtv-logo img[hidden]{display:none}.fbtv-fallback{font-size:11px;letter-spacing:1px;font-weight:800;color:#526079}.fbtv-name{font-size:14px;line-height:1.25;font-weight:650;overflow-wrap:anywhere}.fbtv summary{padding:9px 10px;margin:8px 0;font-size:13px;border-radius:8px;background:#17314a;border:1px solid #2c526e;color:#65ceef;cursor:pointer;text-align:center}.fbtv summary:focus-visible{outline:2px solid #65ceef;outline-offset:3px}.fbtv-less{display:none}.fbtv details[open] .fbtv-more{display:none}.fbtv details[open] .fbtv-less{display:inline}.fbtv-empty{font-size:14px;color:#afc1d6;margin:8px 0}@media(max-width:600px){.fbtv{margin:12px 16px;padding:12px}.fbtv-list li{min-height:46px;padding:6px 8px;gap:9px}.fbtv-logo{width:42px;height:30px}.fbtv-name{font-size:13px}}

/* Compact V2: scoped to the TV component. */
section.fbtv{margin:6px auto;padding:9px 10px;border-radius:12px}
.fbtv h2{font-size:15px;line-height:1.25;margin:0 0 6px}
.fbtv .fbtv-list{gap:4px;margin:0}
.fbtv .fbtv-list li{min-height:36px;padding:4px 7px;gap:8px;border-radius:7px}
.fbtv .fbtv-logo{width:34px;height:26px;border-radius:5px}
.fbtv .fbtv-logo img{padding:3px}
.fbtv .fbtv-name{font-size:12px;line-height:1.25}
.fbtv .fbtv-fallback{font-size:10px}
.fbtv summary{box-sizing:border-box;min-height:36px;padding:9px 6px;margin:5px 0 0;font-size:12px;line-height:16px}
.fbtv details[open] summary{margin-bottom:4px}
@media(max-width:640px){
  section.fbtv{margin:6px 16px;padding:8px}
  /* Theme switches tabs to relative but leaves top:60px. Reset only after TV. */
  section.fbtv + nav.mc-tabs,
  section.fbtv + .mc-motm + nav.mc-tabs{top:0;margin-top:0}
}

/* V3: TV lives inside the existing tab panel, with no extra outer gutters. */
#tab-tv > section.fbtv{max-width:none;margin:0;width:100%;box-sizing:border-box}
@media(max-width:640px){
  nav.mc-tabs.mc-tabs--with-tv{top:0;margin-top:0}
}
