﻿.live-stream-overlay {
    margin-top: 1rem;
}

.live-stream-overlay.active {
    transition: opacity 0.2s ease-in-out;
}

.live-stream-card {
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 12px;
    border-left: 4px solid transparent;
    background: #f9fafb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.live-stream-card .live-stream-header {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.live-stream-card .live-stream-body {
    white-space: pre-wrap;
    font-size: 0.95rem;
    line-height: 1.4;
}

.live-stream-card.live-stream-yes {
    border-left-color: #10b981;
    background: linear-gradient(135deg, #dcfce7, #bbf7d0);
    color: #065f46;
}

.live-stream-card.live-stream-no {
    border-left-color: #ef4444;
    background: linear-gradient(135deg, #fee2e2, #fecaca);
    color: #991b1b;
}
