/* Shared marketing footer social links. Icons: Bootstrap Icons 1.13.1 (MIT). */
.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  color: #E9E4D8;
  text-decoration: none;
}
.footer-social a:hover,
.footer-social a:focus-visible {
  color: #2FA4A0;
  background: rgba(47, 164, 160, .1);
}
.footer-social a:focus-visible {
  outline: 2px solid #2FA4A0;
  outline-offset: 2px;
}
.footer-social svg {
  display: block;
  width: 20px;
  height: 20px;
  flex: none;
}
