.footer-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.footer-logo-mark {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-logo-mark svg {
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, 0.92);
}

.footer-brand .footer-logo-link {
  margin-bottom: 12px;
}

.footer-legal + .footer-social {
  margin-top: 0.75rem;
  margin-bottom: 1.75rem;
}

.footer-bottom .footer-social {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
}

.footer-social-x {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.15s;
}

.footer-social-x:hover {
  color: rgba(255, 255, 255, 0.88);
}

.footer-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.footer-social-icon svg {
  width: 14px;
  height: 14px;
}

.footer-social-handle {
  font-weight: 500;
}

footer .footer-inner.footer-stack .footer-social {
  width: 100%;
}
