#pageLiveBroadcastPlayer { width:100%; aspect-ratio:16/9; overflow:hidden; border-radius:12px; background:#101218; }
#pageLiveBroadcastPlayer :is(iframe,video) { display:block; width:100%; height:100%; border:0; }
#pageLiveBroadcastPlayer[hidden], #liveBroadcastEmpty[hidden] { display:none; }
#liveBroadcastEmpty { padding:48px 20px; text-align:center; border:1px solid #e5e8ef; border-radius:12px; background:#f8f9fc; color:#6b7280; }
.live-tv-channels { margin-top:24px; min-width:0; }
.live-tv-channels[hidden], #liveTvChannelsError[hidden] { display:none; }
.live-tv-channels h2 { margin:0 0 12px; font-size:22px; }
#pageLiveTvChannelsPlayer iframe { display:block; width:100%; height:auto; aspect-ratio:16/9; box-sizing:border-box; border:1px solid #e5e8ef; border-radius:12px; background:#101218; }
#liveTvChannelsError { padding:20px; background:#f8f9fc; border-radius:12px; color:#6b7280; }
@media(max-width:600px) { .live-tv-channels h2 { font-size:18px; } }
