/**
 * Abrigo com Deus — v0.10.152
 * Continue sua caminhada — paridade de hover no modo escuro.
 *
 * Correção cirúrgica: no dark, o estado hover/focus dos três cards recebe
 * contorno dourado visível e o círculo do ícone acompanha o mesmo destaque.
 * Não altera layout, tipografia, markup ou o comportamento no modo claro.
 */
html[data-theme='dark'] .acd-recent-explore-grid > a:hover,
html[data-theme='dark'] .acd-recent-explore-grid > a:focus-visible {
    border-color: #d4af37;
    box-shadow: 0 0 0 1px rgba(212, 175, 55, .16), 0 10px 26px rgba(0, 0, 0, .20);
}

html[data-theme='dark'] .acd-recent-explore-grid > a:hover > span:first-child,
html[data-theme='dark'] .acd-recent-explore-grid > a:focus-visible > span:first-child {
    background: rgba(212, 175, 55, .12);
    color: #f0cb62;
    box-shadow: inset 0 0 0 2px #d4af37;
}

html[data-theme='dark'] .acd-recent-explore-grid > a:hover > svg,
html[data-theme='dark'] .acd-recent-explore-grid > a:focus-visible > svg {
    color: #f0cb62;
}
