/* ===== OBS Toolbar (exit button, mobile hide rules) ===== */

@media (max-width: 768px) {
    .live-room-page.obs-mode .live-host-info {
        display: none !important;
    }
    .live-room-page.obs-mode .btn-exit-room {
        display: none !important;
    }
    .live-room-page.obs-mode .live-viewers-count {
        display: none !important;
    }
    .live-room-page.obs-mode .obs-video-overlay {
        display: block !important;
    }
}

/* OBS exit button */
.obs-exit-btn {
    background: none; border: none; cursor: pointer;
    width: 28px; height: 28px; display: flex; align-items: center; justify-content: center;
    padding: 0; flex-shrink: 0;
}
.obs-exit-btn img {
    width: 22px; height: 22px;
}
