footer a.vh-footer-whatsapp,
footer a.vh-footer-facebook {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 44px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: .25rem;
  color: inherit;
  font: inherit;
  line-height: 1.4;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
}
footer a.vh-footer-whatsapp svg { width: 24px; height: 24px; flex: 0 0 24px; fill: #25d366; }
footer a.vh-footer-facebook svg { width: 24px; height: 24px; flex: 0 0 24px; fill: #75bfff; }
footer a.vh-footer-whatsapp span { overflow-wrap: anywhere; }
footer a.vh-footer-whatsapp:hover span { text-decoration: underline; }
footer a.vh-footer-whatsapp:focus-visible { outline: 3px solid #25d366; outline-offset: 3px; border-radius: 4px; }
footer a.vh-footer-facebook:hover { text-decoration: underline; }
footer a.vh-footer-facebook:focus-visible { outline: 3px solid #75bfff; outline-offset: 3px; border-radius: 4px; }
footer .vh-footer-socials { display: flex; flex-direction: column; align-items: flex-start; gap: .25rem; }
