/*
|--------------------------------------------------------------------------
| Contenido embebido — Mar del Plata TV
|--------------------------------------------------------------------------
*/

.embed-block-editor,
.mdptv-embed-block {
    width: 100%;
}

.embed-editor-notice {
    padding: 14px 16px;
    margin-bottom: 16px;
    border: 1px solid rgba(0, 111, 214, 0.22);
    border-radius: 12px;
    background: rgba(91, 190, 255, 0.08);
}

.mdptv-embed-title {
    margin: 0 0 12px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.35;
}

.mdptv-embed-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 16px;
    background: #080d14;
}

.mdptv-hls-player {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 180px;
    max-height: 72vh;
    object-fit: contain;
    object-position: center;
    background: #080d14;
}

.mdptv-embed-iframe,
.mdptv-embed-widget {
    display: block;
    width: 100%;
    min-height: 420px;
    border: 0;
    background: #ffffff;
}

.mdptv-embed-message {
    padding: 10px 14px;
    text-align: center;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: #b42318;
    background: #fff4f2;
}

.mdptv-embed-caption {
    margin: 10px 0 0;
    color: #667085;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.55;
}

@media (max-width: 640px) {
    .mdptv-embed-frame {
        border-radius: 12px;
    }

    .mdptv-embed-iframe,
    .mdptv-embed-widget {
        min-height: 320px;
    }
}
