/* IP TV — yalnizca #view-iptv; Canli TV kurallarini paylasir */

#view-iptv.view-section {
    display: none;
}

#view-iptv.view-section.active {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 8px 16px 96px;
    box-sizing: border-box;
    overflow: hidden;
}

#view-iptv .iptv-display-canvas {
    max-width: 100%;
    max-height: min(52vh, 480px);
    image-rendering: auto;
}

#view-iptv .iptv-quality-badge {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 3px 8px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.55);
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.72rem;
    font-family: "JetBrains Mono", monospace;
    pointer-events: none;
    z-index: 3;
}

#view-iptv .live-tv-stage {
    position: relative;
}

#view-iptv .iptv-version {
    position: fixed;
    right: 12px;
    bottom: 72px;
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.35);
    font-family: "JetBrains Mono", monospace;
    pointer-events: none;
    z-index: 5;
}
