.about-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(196, 128, 106, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: var(--coral-btn);
  font-family: var(--zh);
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .03em;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(40, 24, 12, .06);
  backdrop-filter: blur(10px);
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .15s ease;
}

.about-social-link:hover {
  border-color: rgba(196, 128, 106, .42);
  background: rgba(255, 255, 255, .76);
  color: var(--coral);
  transform: translateY(-1px);
}

.about-social-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.footer-social-link {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.footer-social-link svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  opacity: .9;
}

@media (max-width: 768px) {
  .about-social-link {
    margin-top: 16px;
  }
}
