/**
 * hana+nils · Büro für Gestaltung
 * https://hananils.de · buero@hananils.de
 */

.m-editor {
    grid-column: 1 / -1;
}

.m-editor > fieldset > legend {
    align-self: start;
    height: 3.8rem;
    margin: 0 0.5rem 0 0;
    padding: 0.5rem calc(2 * var(--p-inline)) 0.5rem var(--p-inline);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 350;
    line-height: 1.6;
    background-color: var(--c-orange);
    z-index: 1000;
}

.m-editor > fieldset {
    margin-top: 5rem;
}

.m-editor > fieldset:first-of-type {
    margin-top: 0;
}
