.social-links {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.social-links-header {
  margin-inline: 0.8rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  color: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.social-link svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-link svg rect,
.social-link svg circle {
  fill: none;
}

.social-link svg .social-icon-fill {
  fill: currentColor;
  stroke: none;
}

.social-link:hover,
.social-link:focus-visible {
  color: #d6b36a;
  border-color: rgba(214, 179, 106, 0.75);
  background: rgba(214, 179, 106, 0.12);
  transform: translateY(-2px);
  outline: none;
}

.social-link:focus-visible {
  box-shadow: 0 0 0 3px rgba(214, 179, 106, 0.22);
}

.social-link-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.social-links-footer {
  margin-top: 1.35rem;
}

.footer .social-link {
  color: rgba(255, 255, 255, 0.68);
  border-color: rgba(214, 179, 106, 0.28);
  background: rgba(214, 179, 106, 0.06);
}

.footer .social-link:hover,
.footer .social-link:focus-visible {
  color: #d6b36a;
  border-color: rgba(214, 179, 106, 0.8);
  background: rgba(214, 179, 106, 0.14);
}

@media (max-width: 767px) {
  .social-links-header {
    gap: 0.35rem;
    margin-inline: 0.35rem;
  }

  .social-links-header .social-link {
    width: 1.9rem;
    height: 1.9rem;
  }

  .social-links-header .social-link svg {
    width: 0.95rem;
    height: 0.95rem;
  }
}
