.footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
}

.footer-socials-label {
  flex-basis: 100%;
  color: #bcd1d7;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.footer-social-link {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 0;
  padding: 7px 10px;
  border: 1px solid #466575;
  border-radius: 999px;
  text-decoration: none;
  transition: background .2s, border-color .2s, box-shadow .2s, transform .2s;
}

.footer-social-link strong {
  font-size: .82rem;
}

.footer-social-link .social-mark {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
}

.footer-social-link .social-mark svg {
  display: block;
  width: 24px;
  height: 24px;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  background: #ffffff12;
  border-color: #77c7c9;
  transform: translateY(-1px);
  outline: 2px solid #77c7c9;
  outline-offset: 2px;
}

.footer-social-link.instagram:hover,
.footer-social-link.instagram:focus-visible {
  border-color: #e1306c;
  box-shadow: inset 0 0 0 1px #e1306c44;
}

.footer-social-link.facebook:hover,
.footer-social-link.facebook:focus-visible {
  border-color: #1877f2;
  box-shadow: inset 0 0 0 1px #1877f244;
}

.footer-social-link.youtube:hover,
.footer-social-link.youtube:focus-visible {
  border-color: #ff0033;
  box-shadow: inset 0 0 0 1px #ff003344;
}

.footer-social-link.x-network:hover,
.footer-social-link.x-network:focus-visible {
  border-color: #f4f7f8;
  box-shadow: inset 0 0 0 1px #ffffff35;
}
