/**
 * Shared ABCs site footer styles — load with shared/abcs-footer.js.
 */
.abcs-site-footer {
  padding: 1rem clamp(1.25rem, 4vw, 2.5rem) 1.5rem;
  color: var(--muted, #5a6572);
  font-size: 0.8rem;
  line-height: 1.45;
}

.abcs-site-footer a {
  color: var(--accent, #2f6f5e);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.abcs-site-footer a:hover,
.abcs-site-footer a:focus {
  color: var(--ink, #1c2430);
}
