/* Shared footer icons: no third-party widgets or image requests. */
footer .footer-social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
footer .footer-social-links a {
  display: inline-flex;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ebf3eb;
  background: rgba(235, 243, 235, .12);
  text-decoration: none;
}
footer .footer-social-links a:hover {
  color: #fff;
  background: rgba(235, 243, 235, .24);
}
footer .footer-social-links a:focus-visible {
  outline: 2px solid #ebf3eb;
  outline-offset: 3px;
}
footer .footer-social-links svg {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
