.tbg-social-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.tbg-social-link {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 50%;
  background: #ffffff;
  color: #111827;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.1);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, color 160ms ease, background 160ms ease;
}

.tbg-social-link svg {
  width: 17px;
  height: 17px;
  display: block;
  fill: currentColor;
}

.tbg-social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 20px rgba(15, 23, 42, 0.16);
}

.tbg-social-link:focus-visible {
  outline: 3px solid #ff7a00;
  outline-offset: 3px;
}

.tbg-social-link--facebook:hover {
  background: #1877f2;
  border-color: #1877f2;
  color: #ffffff;
}

.tbg-social-link--instagram:hover {
  background: #e1306c;
  border-color: #e1306c;
  color: #ffffff;
}

.tbg-social-link--tiktok:hover {
  background: #111111;
  border-color: #111111;
  color: #25f4ee;
}

.tbg-social-links--footer {
  justify-content: center;
  margin: 18px auto 0;
}

.tbg-social-standalone-footer {
  padding: 22px 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.12);
  background: #f8fafc;
}

.tbg-social-links--footer .tbg-social-link {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  background: #111827;
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

.tbg-social-links--footer .tbg-social-link svg {
  width: 19px;
  height: 19px;
}

@media (max-width: 760px) {
  .tbg-social-links--nav {
    gap: 7px;
  }

  .tbg-social-links--nav .tbg-social-link {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tbg-social-link {
    transition: none;
  }
}
