/* AN Mapa Eleitoral — seletor de disputas */
.anm-sel { margin: 26px 0; }
.anm-sel__abas {
	display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px;
	border-bottom: 2px solid #e2e7f1; padding-bottom: 0;
}
.anm-sel__aba {
	background: none; border: 0; border-bottom: 3px solid transparent;
	padding: 9px 15px; font-size: .88rem; font-weight: 600; color: #8a93a5;
	cursor: pointer; font-family: inherit; margin-bottom: -2px;
	transition: color .15s, border-color .15s;
}
.anm-sel__aba:hover { color: #0B5FFF; }
.anm-sel__aba--on { color: #0D2B6B; border-bottom-color: #0B5FFF; }
.anm-sel__aba:focus-visible { outline: 2px solid #0B5FFF; outline-offset: 2px; border-radius: 4px; }
.anm-sel__painel[hidden] { display: none; }
@media (max-width: 520px) {
	.anm-sel__aba { padding: 8px 11px; font-size: .8rem; }
}
