.nmi-wrapper { display:block; }
.nmi-map { line-height:0; }
.nmi-map svg { width:100%; height:auto; display:block; }
.nmi-map [id^="r_"] { fill:var(--nmi-base-color, #e8e8e8); stroke:#333; stroke-width:1; transition:fill .2s ease, opacity .2s ease; cursor:pointer; }
.nmi-map [id^="r_"]:hover, .nmi-map [id^="r_"].is-active { fill:var(--nmi-hover-color, #00599C); }
.nmi-map [id^="r_"]:focus { outline:none; }
.nmi-error { padding:16px; border:1px solid #d63638; background:#fff5f5; color:#8a2424; border-radius:8px; }
.nmi-dynamic-content h3 { margin:0 0 12px; }
.nmi-block { margin-bottom:16px; }
.nmi-block-label { font-weight:700; margin-bottom:8px; }
.nmi-block ul { margin:0; padding-left:18px; }
