/* SEO footer link block — used by HomeSeoLinkFooter */
.seo-footer-link {
  display: inline-block;
  font-size: 14px;
  color: #404040;
  text-decoration: none;
  line-height: 1.6;
  transition: color 0.15s ease;
}
.seo-footer-link:hover,
.seo-footer-link:focus {
  color: #1F3864;
  text-decoration: underline;
}
.mb8 { margin-bottom: 8px; }
