/**
 * MUAADH RESET — Cross-component reset rules
 * Phase 13 Wave 31 (2026-05-13).
 *
 * Rules that span multiple components (figure inside dialog/panel/notice/roster).
 * Truly cross-cutting concerns that can't sit cleanly in any single component file.
 */

.muaadh-dialog figure,
.muaadh-panel figure,
.muaadh-notice figure,
.muaadh-roster figure {
  margin: 0;
  max-width: 100%;
}
