/** MUAADH PRE — Phase 13 Wave 22 (2026-05-13). Single source. */


/* ============================================================================
 * APPENDED (Phase 13 Wave 22): rules pulled from muaadh-core.css
 * ============================================================================ */

.muaadh-pre--coords {
    word-break: break-word;
    color: var(--text-primary);
}

.muaadh-pre-code {
    white-space: pre-wrap;
    font-size: var(--text-xs);
    max-height: 150px;
    overflow-y: auto;
}

.muaadh-pre-code--sm { font-size: var(--text-xs); max-height: 100px; }

.muaadh-pre--error { white-space: pre-wrap; max-height: 400px; overflow-y: auto; }

