.fomp-live-stream {
    max-width: 1160px;
    margin: 2rem auto 0;
    padding: clamp(1rem, 3vw, 1.5rem);
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 22px;
    background: rgba(244, 240, 231, .96);
    color: #073d7b;
    box-shadow: 0 18px 40px rgba(8, 31, 30, .18);
}

.fomp-live-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.fomp-live-eyebrow {
    margin: 0 0 .2rem;
    color: #2d786f;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.fomp-live-heading h2,
.fomp-live-placeholder h3 {
    margin: 0;
}

.fomp-live-status {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .45rem .7rem;
    border-radius: 999px;
    background: #dcebe4;
    font-size: .8rem;
    font-weight: 700;
}

.fomp-live-status span {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: #e3a129;
}

.fomp-live-status--live span {
    background: #1eaa64;
    box-shadow: 0 0 0 .25rem rgba(30, 170, 100, .15);
}

.fomp-live-status--offline span {
    background: #c44d52;
}

.fomp-live-placeholder,
.fomp-live-frame {
    min-height: 220px;
    border-radius: 15px;
    overflow: hidden;
}

.fomp-live-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
    background: linear-gradient(135deg, #d9edf9, #edf8ff);
    text-align: left;
}

.fomp-live-placeholder p {
    max-width: 34rem;
    margin: .45rem 0 0;
    line-height: 1.55;
}

.fomp-live-placeholder-icon {
    display: grid;
    flex: 0 0 4.5rem;
    place-items: center;
    width: 4.5rem;
    height: 4.5rem;
    border: 3px solid #2d78ad;
    border-radius: 50%;
    color: #2d78ad;
    font-size: 2rem;
}

.fomp-live-frame {
    aspect-ratio: 16 / 9;
    background: #0b253b;
}

.fomp-live-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.fomp-weather {
    display: flex;
    align-items: baseline;
    gap: .75rem;
    margin: 1rem auto 0;
    padding: .9rem 1rem;
    border-radius: 14px;
    background: #dcebe4;
    color: #153b3a;
}

.fomp-weather-label {
    margin: 0;
    font-weight: 700;
}

.fomp-weather strong {
    font-size: 1.6rem;
}

.fomp-weather span {
    font-size: .85rem;
    opacity: .8;
}

@media (max-width: 480px) {
    .fomp-live-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .fomp-live-placeholder {
        align-items: flex-start;
        flex-direction: column;
    }
}
