/* Abrigo com Deus — Núcleo v0.10.150
 * Correção isolada: hover do título do Destaque da Semana.
 */

@media (hover:hover){
  body.acd-site .acd-dual-highlight-card.acd-week-highlight-card:hover .acd-dual-highlight-copy :is(h2,h3,h4),
  body.acd-site .acd-dual-highlight-card.acd-week-highlight-card:hover .acd-dual-highlight-copy :is(h2,h3,h4) a,
  body.acd-site .acd-dual-highlight-card.acd-week-highlight-card .acd-dual-highlight-copy :is(h2,h3,h4) a:hover{
    color:#b88a22!important;
    text-decoration-line:underline!important;
    text-decoration-color:currentColor!important;
    text-decoration-thickness:2px!important;
    text-underline-offset:5px!important;
    background-image:none!important;
  }

  html[data-theme="dark"] body.acd-site .acd-dual-highlight-card.acd-week-highlight-card:hover .acd-dual-highlight-copy :is(h2,h3,h4),
  html[data-theme="dark"] body.acd-site .acd-dual-highlight-card.acd-week-highlight-card:hover .acd-dual-highlight-copy :is(h2,h3,h4) a,
  html[data-theme="dark"] body.acd-site .acd-dual-highlight-card.acd-week-highlight-card .acd-dual-highlight-copy :is(h2,h3,h4) a:hover,
  body[data-theme="dark"].acd-site .acd-dual-highlight-card.acd-week-highlight-card:hover .acd-dual-highlight-copy :is(h2,h3,h4),
  body[data-theme="dark"].acd-site .acd-dual-highlight-card.acd-week-highlight-card:hover .acd-dual-highlight-copy :is(h2,h3,h4) a,
  body.acd-dark.acd-site .acd-dual-highlight-card.acd-week-highlight-card:hover .acd-dual-highlight-copy :is(h2,h3,h4),
  body.acd-dark.acd-site .acd-dual-highlight-card.acd-week-highlight-card:hover .acd-dual-highlight-copy :is(h2,h3,h4) a{
    color:#f1cc68!important;
  }
}

/* Foco por teclado acompanha o mesmo padrão visual. */
body.acd-site .acd-dual-highlight-card.acd-week-highlight-card .acd-dual-highlight-copy :is(h2,h3,h4) a:focus-visible{
  color:#b88a22!important;
  text-decoration-line:underline!important;
  text-decoration-color:currentColor!important;
  text-decoration-thickness:2px!important;
  text-underline-offset:5px!important;
}
html[data-theme="dark"] body.acd-site .acd-dual-highlight-card.acd-week-highlight-card .acd-dual-highlight-copy :is(h2,h3,h4) a:focus-visible,
body[data-theme="dark"].acd-site .acd-dual-highlight-card.acd-week-highlight-card .acd-dual-highlight-copy :is(h2,h3,h4) a:focus-visible,
body.acd-dark.acd-site .acd-dual-highlight-card.acd-week-highlight-card .acd-dual-highlight-copy :is(h2,h3,h4) a:focus-visible{
  color:#f1cc68!important;
}
