.shared-site-footer-divider {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  margin: 0;
}

.site-footer {
  padding: 10px clamp(16px, 4vw, 48px) 14px;
  color: var(--muted, #9ca0ad);
  font-size: 10px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  align-items: center;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer a:hover {
  color: #f3f3f0;
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
