.editor-modal {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    margin: auto;
    padding: 0;
    border: 0;
    background: #fff;
    box-shadow: 0 24px 80px rgba(15, 23, 42, .35);
    overflow: hidden;
}
.editor-modal::backdrop { background: rgba(15, 23, 42, .72); }
.editor-modal__cabecera {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 3rem;
    padding: .5rem .75rem .5rem 1rem;
    color: #fff;
    background: #1e3a5f;
}
.editor-modal__titulo { margin: 0; font-size: 1rem; }
.editor-modal__cerrar {
    min-width: 2.25rem;
    min-height: 2.25rem;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: .4rem;
    color: #fff;
    background: transparent;
    cursor: pointer;
    font-size: 1.15rem;
}
.editor-modal__marco { display: block; width: 100%; height: min(900px, calc(100dvh - 3rem)); border: 0; background: #f8fafc; }
body.editor-modal-abierto { overflow: hidden; }

/* La URL continúa siendo utilizable por sí sola, pero dentro del diálogo se
   muestra únicamente el formulario para no duplicar la navegación del sitio. */
body.vista-editor-modal > .header-saltar-contenido,
body.vista-editor-modal > .header-menu-lateral,
body.vista-editor-modal .header-cabecera-superior,
body.vista-editor-modal .footer { display: none !important; }
body.vista-editor-modal .principal { margin: 0 !important; padding: 1rem !important; max-width: none !important; }
body.vista-editor-modal { padding: 0; background: #f8fafc; }

.comentarios-form-card.comentarios-form-modal {
    width: min(92vw, 900px);
    max-width: none;
    max-height: 90vh;
    margin: auto;
    padding: 0;
    border: 0;
    border-radius: .8rem;
    overflow: auto;
    box-shadow: 0 24px 80px rgba(15, 23, 42, .35);
}
.comentarios-form-card.comentarios-form-modal::backdrop { background: rgba(15, 23, 42, .72); }
.comentarios-form-card.comentarios-form-modal .comentarios-form-header,
.comentarios-form-card.comentarios-form-modal form { margin: 0; padding: 1rem 1.25rem; }

@media (max-width: 700px) {
    .editor-modal { width: 100vw; height: 100dvh; border-radius: 0; }
    .comentarios-form-card.comentarios-form-modal { width: 100vw; height: 100dvh; max-height: none; border-radius: 0; }
}
