.cmx-live-cta-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 12px 0 4px;
}

.cmx-live-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    border: none;
    font-weight: 800;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    cursor: pointer;
    text-decoration: none;
}

.cmx-live-cta--watch {
    background: linear-gradient(135deg, #ef4444, #b91c1c);
    color: #fff;
    box-shadow: 0 4px 20px rgba(239, 68, 68, 0.35);
}

.cmx-live-cta__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    animation: cmx-live-pulse 1.2s ease-in-out infinite;
}

@keyframes cmx-live-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.85); }
}

.cal-badge-stream {
    background: #7f1d1d;
    color: #fecaca;
    font-weight: 800;
    font-size: 0.65rem;
    letter-spacing: 0.05em;
}

.cal-card-has-stream {
    outline: 1px solid rgba(239, 68, 68, 0.25);
}

.cmx-live-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.cmx-live-modal {
    width: 100%;
    max-width: 960px;
    background: #0f0f14;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.cmx-live-modal__head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cmx-live-modal__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 800;
    font-size: 0.72rem;
    color: #fecaca;
}

.cmx-live-modal__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ef4444;
    animation: cmx-live-pulse 1.2s ease-in-out infinite;
}

.cmx-live-modal__title {
    flex: 1;
    font-size: 0.85rem;
    color: #e5e7eb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cmx-live-modal__close {
    min-width: 44px;
    min-height: 44px;
    border: none;
    background: transparent;
    color: #9ca3af;
    font-size: 1.5rem;
}

.cmx-live-modal__body {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
}

.cmx-live-modal__frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.cmx-live-modal__fallback {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #d1d5db;
    margin: 0;
    padding: 16px;
    text-align: center;
}

.cmx-live-modal__open {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 10px;
    background: #dc2626;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
