/* WBCC YouTube stream resilience
   Ensures the Next Stream button is not visible unless the endpoint has
   successfully returned a live/upcoming stream. */

.topbar-stream-button.hidden {
    display: none !important;
}

.topbar-stream-button.inline-flex {
    display: inline-flex !important;
}

.topbar-stream-button {
    cursor: pointer;
    pointer-events: auto;
}

.youtube-live-modal.hidden {
    display: none !important;
}

.youtube-live-modal.flex {
    display: flex !important;
}

.youtube-live-modal {
    z-index: 1000 !important;
}
