.live-status-banner {
    margin: 0 0 16px;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
}
.live-status-banner.is-live {
    background: rgba(224, 36, 62, 0.15);
    color: #e0243e;
    border: 1px solid rgba(224, 36, 62, 0.35);
}
.live-status-banner.is-pending {
    background: rgba(124, 92, 255, 0.12);
    color: #7c5cff;
    border: 1px solid rgba(124, 92, 255, 0.3);
}

.kick-chat-embed {
    width: 100%;
    height: 100%;
    min-height: 480px;
    border: 0;
}

.live-page .hint {
    margin-top: 12px;
    font-size: 12px;
    opacity: 0.7;
}

/* ==== Watch-progress overlay bar (video.php, mp4 videa) ==== */
.watch-progress-bar {
    margin: 8px 0 0;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}
.watch-progress-track {
    position: relative;
    width: 100%;
    height: 100%;
}
.watch-progress-seg {
    position: absolute;
    top: 0;
    height: 100%;
    background: #3ddc84;
    border-radius: 3px;
}