/*
 * Horoh CSS Segura | horoh-footer-nap.css
 * Seção extraída do main.css para reduzir conflito e facilitar manutenção.
 */

/* ========================================================================== 
   HOROH | Auditoria segura - fallback institucional do rodapé
   ========================================================================== */
.horoh-footer__nap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 10px 0 0;
  font-style: normal;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(244, 239, 231, 0.84);
}

.horoh-footer__nap a {
  color: inherit;
  text-decoration: none;
}

.horoh-footer__nap a:hover,
.horoh-footer__nap a:focus-visible {
  color: var(--horoh-gold);
}

@media (max-width: 767px) {
  .horoh-footer__nap {
    flex-direction: column;
    gap: 4px;
  }
}
