/**
 * RadyoYol — sabit masaüstü görünüm (≥1024px)
 * Mobil/tablet kuralları mobile-site.css içindedir.
 */

@media (min-width: 1024px) {
    html,
    body {
        min-width: 1200px !important;
        overflow-x: auto !important;
    }

    body {
        max-width: none !important;
    }

    .main-content {
        min-width: 1200px;
    }

    :root {
        --ry-player-bar-h: 0px !important;
        --ry-bottom-chrome-h: var(--ry-legal-footer-h) !important;
    }

    .mobile-player-mount {
        display: none !important;
    }
}
