.page-live .live-page {
    max-width: 960px;
    padding: 1rem 0 2rem;
}

.live-head {
    margin-bottom: 1rem;
}

.live-badge {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 4px;
    background: #e53935;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    animation: live-pulse 1.5s ease-in-out infinite;
}

.live-badge.offline {
    background: var(--muted);
    animation: none;
}

@keyframes live-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.65; }
}

.live-head h1 {
    margin: 0.5rem 0 0.25rem;
    font-size: 1.35rem;
}

.live-sub {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.live-player-wrap {
    margin-bottom: 1rem;
}

.live-player-wrap .player-poster {
    z-index: 3;
}

.live-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.live-offline {
    color: var(--muted);
    text-align: center;
    padding: 2rem 1rem;
}
