.crd-social-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.crd-social-link {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(215, 221, 231, 0.95);
  border-radius: 8px;
  color: #18202b;
  background: #fff;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.crd-social-link:hover {
  border-color: rgba(10, 111, 111, 0.4);
  box-shadow: 0 10px 22px rgba(24, 32, 43, 0.1);
  transform: translateY(-1px);
}

.crd-social-link span {
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
}

.crd-social-links--header {
  margin-left: auto;
}

.site-header .crd-social-links {
  flex-shrink: 0;
}

.site-footer .crd-social-links {
  margin-top: 18px;
}

.site-footer .crd-social-link {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.crd-social-link--facebook span {
  color: #1877f2;
}

.crd-social-link--instagram span {
  color: #e1306c;
}

.crd-social-link--twitter span {
  color: #111827;
}

.crd-social-link--whatsapp span {
  color: #128c7e;
}

.crd-social-link--linkedin span {
  color: #0a66c2;
}

.crd-social-link--youtube span {
  color: #ff0000;
}

.crd-social-link--tiktok span {
  color: #111827;
}

.crd-social-link--email span {
  color: #0a6f6f;
}

.site-footer .crd-social-link span {
  color: #fff;
}

@media (max-width: 1060px) {
  .site-header .crd-social-links {
    display: none;
  }
}
