/* AuthorMailingLists.com — minimal site CSS.
   Brand vars + dark-footer override are inlined in base.html so this file
   only carries page-specific tweaks. */

.site-footer {
  background: var(--mm-footer-bg);
  color: var(--mm-footer-text);
  padding: 2rem 0;
}
.site-footer a { color: var(--mm-footer-text); }
.site-footer a:hover { color: #ffffff; }

/* Reduce display heading weight slightly for Fraunces */
h1.display-3, h1.display-4 { font-weight: 700; }

/* Smooth focus on inputs */
.form-control:focus {
  border-color: var(--aml-coral);
  box-shadow: 0 0 0 .2rem rgba(226, 109, 92, 0.18);
}
