.apaferj-radar-indice { padding-inline: var(--wp--preset--spacing--30); }
.apaferj-radar-indice__principal > h1 { max-width: 20ch; margin-bottom: var(--wp--preset--spacing--20); color: var(--wp--preset--color--azul-profundo); font-size: clamp(1.95rem, 3.5vw, 2.9rem) !important; line-height: 1.05; letter-spacing: -.02em; }
.apaferj-radar-indice__principal > .wp-block-post-content { max-width: 48rem; margin-left: 0 !important; color: var(--wp--preset--color--cinza); font-size: var(--wp--preset--font-size--md); line-height: 1.7; }
.apaferj-radar-indice__principal > h2 { margin-bottom: var(--wp--preset--spacing--30); color: var(--wp--preset--color--azul-profundo); font-size: clamp(1.5rem, 2.4vw, 1.95rem); }
.apaferj-radar-indice .apaferj-radar__abas { margin-bottom: var(--wp--preset--spacing--30); }
.apaferj-radar-indice .apaferj-radar__lista { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--wp--preset--spacing--30); }
.apaferj-radar-indice .apaferj-radar__item { position: relative; display: flex; min-height: 16rem; flex-direction: column; overflow: hidden; padding: clamp(1.4rem, 3vw, 2rem); background: #fffdfa; border: 1px solid var(--wp--preset--color--cinza-borda); border-radius: 22px; box-shadow: var(--wp--preset--shadow--sutil); transition: color var(--wp--custom--transicao--base), background var(--wp--custom--transicao--base), border-color var(--wp--custom--transicao--base), transform var(--wp--custom--transicao--base), box-shadow var(--wp--custom--transicao--base); }
.apaferj-radar-indice .apaferj-radar__item::before { content: ''; position: absolute; inset: 0 0 auto; height: .25rem; background: var(--wp--preset--color--dourado); transform: scaleX(.22); transform-origin: left; transition: transform var(--wp--custom--transicao--editorial); }
.apaferj-radar-indice .apaferj-radar__item:is(:hover, :focus-within) { color: var(--wp--preset--color--branco); background: var(--wp--preset--color--azul-profundo); border-color: var(--wp--preset--color--azul-profundo); transform: translateY(-.35rem); box-shadow: var(--wp--preset--shadow--alta); }
.apaferj-radar-indice .apaferj-radar__item:is(:hover, :focus-within)::before { transform: scaleX(1); }
.apaferj-radar-indice .apaferj-radar__titulo { margin-bottom: var(--wp--preset--spacing--30); font-size: clamp(1.15rem, 1.65vw, 1.4rem); line-height: 1.18; }
.apaferj-radar-indice .apaferj-radar__titulo a { color: var(--wp--preset--color--azul-profundo); text-decoration: none; }
.apaferj-radar-indice .apaferj-radar__titulo a::after { content: ''; position: absolute; inset: 0; }
.apaferj-radar-indice .apaferj-radar__item:is(:hover, :focus-within) .apaferj-radar__titulo a { color: var(--wp--preset--color--branco); text-decoration: none; }
.apaferj-radar-indice .apaferj-card__resumo { margin: 0 0 var(--wp--preset--spacing--30); color: var(--wp--preset--color--cinza); line-height: 1.55; }
.apaferj-radar-indice .apaferj-radar__item:is(:hover, :focus-within) .apaferj-card__resumo { color: #d7deea; }
.apaferj-radar-indice .apaferj-radar__rodape { margin-top: auto; }
.apaferj-radar-indice .apaferj-radar__aviso { max-width: 58rem; margin: var(--wp--preset--spacing--30) 0 0; line-height: 1.55; }
html[data-apaferj-tema="escuro"] .apaferj-radar-indice__principal > h1,
html[data-apaferj-tema="escuro"] .apaferj-radar-indice__principal > h2 { color: #f1f4f9; }
html[data-apaferj-tema="escuro"] .apaferj-radar-indice__principal > .wp-block-post-content { color: #bdc7d5; }
html[data-apaferj-tema="escuro"] .apaferj-radar-indice .apaferj-radar__item { color: #f1f4f9; background: #182336; border-color: #2b3950; }
html[data-apaferj-tema="escuro"] .apaferj-radar-indice .apaferj-radar__titulo a { color: #f1f4f9; }
html[data-apaferj-tema="escuro"] .apaferj-radar-indice .apaferj-card__resumo { color: #bdc7d5; }
html[data-apaferj-tema="escuro"] .apaferj-radar-indice .apaferj-radar__item:is(:hover, :focus-within) { background: #24344d; border-color: color-mix(in srgb, var(--wp--preset--color--dourado) 60%, #2b3950); }
@media (max-width: 48rem) {
  .apaferj-radar-indice { padding-inline: var(--wp--preset--spacing--20); }
  .apaferj-radar-indice .apaferj-radar__lista { grid-template-columns: 1fr; }
  .apaferj-radar-indice .apaferj-radar__item { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .apaferj-radar-indice .apaferj-radar__item,
  .apaferj-radar-indice .apaferj-radar__item::before { transition: none; transform: none !important; }
}
