/* ============================================================
 * Legal notice dialog — content is styled via `dialog-base.css`.
 * Only wider layout tweak specific to the "Impressum" dialog frame.
 * ============================================================ */

.dialogImpressum {
    max-width: 700px;
    width: 90%;
}

@media (max-height: 600px) and (orientation: landscape) {
    .dialogImpressum {
        max-height: 85vh;
    }
}
