/* Static, keyboard-accessible TV service choices; no extra script or tracking. */
#vo-home-v1.vo-tv-guide .vo-tv-choices{margin-top:30px;padding-top:26px;border-top:1px solid #665574}
#vo-home-v1.vo-tv-guide .vo-tv-choices h3{font-size:21px;margin:0 0 10px}
#vo-home-v1.vo-tv-guide .vo-tv-choices>p{font-size:14px;color:#DDD5E8;line-height:1.7}
#vo-home-v1.vo-tv-guide .vo-tv-services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;list-style:none;margin:18px 0 0;padding:0}
#vo-home-v1.vo-tv-guide .vo-tv-services li{margin:0;padding:0;min-width:0}
#vo-home-v1.vo-tv-guide .vo-tv-services a{display:flex;align-items:center;justify-content:space-between;gap:12px;height:100%;min-height:48px;padding:12px 16px;box-sizing:border-box;background:#FFF;color:var(--vo-ink);border:1px solid #C6BDCF;font-size:14px;font-weight:600;text-decoration:none}
#vo-home-v1.vo-tv-guide .vo-tv-services a:after{content:'→';flex:none}
#vo-home-v1.vo-tv-guide .vo-tv-services a:hover{background:var(--vo-mint);border-color:var(--vo-mint)}
#vo-home-v1.vo-tv-guide .vo-tv-choices details{margin-top:18px}
#vo-home-v1.vo-tv-guide .vo-tv-choices summary{cursor:pointer;padding:12px 0;font-size:14px;text-decoration:underline;text-underline-offset:4px}
#vo-home-v1.vo-tv-guide .vo-tv-choices summary:focus-visible{outline:2px solid var(--vo-mint);outline-offset:4px}
@media(max-width:480px){#vo-home-v1.vo-tv-guide .vo-tv-services{grid-template-columns:1fr}}

/* Let comparison tables scroll inside the article on narrow screens. */
#vo-home-v1.vo-tv-guide .vo-article-body{min-width:0}
