.mv-province-filter-bar{ display:flex; align-items:center; gap:12px; margin-bottom:16px; flex-wrap:wrap; }
.mv-province-search{ flex:1; min-width:200px; max-width:340px; display:flex; align-items:center; gap:9px; height:40px; padding:0 14px; background:var(--mv-surface); border:1px solid var(--mv-border); border-radius:999px; box-shadow:var(--mv-shadow-sm); }
.mv-province-search input{ border:none; background:none; outline:none; font-size:13.5px; width:100%; font-family:inherit; color:var(--mv-text-primary); }
.mv-region-chip-row{ display:flex; gap:8px; flex-wrap:wrap; }
.mv-region-chip{ font-size:13px; font-weight:600; color:var(--mv-text-secondary); background:var(--mv-surface); border:1px solid var(--mv-border-strong); border-radius:999px; padding:8px 15px; white-space:nowrap; }
.mv-region-chip.mv-active{ background:var(--mv-accent); color:#fff; border-color:var(--mv-accent); }
.mv-province-result-count{ font-size:13px; color:var(--mv-text-muted); margin:0 0 14px; font-weight:500; }
.mv-ward-table th{ background:var(--mv-surface-alt); }
.mv-ward-table td, .mv-ward-table th{ padding:10px; }
