.policy-footer {
  margin-top: 2rem;
  padding: 1rem 1.25rem 1.5rem;
  border-top: 1px solid var(--border, #e5e7eb);
  font-size: 0.8125rem;
  color: var(--muted, #6b7280);
  text-align: center;
  line-height: 1.6;
}

.policy-footer a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.policy-footer__sep {
  margin: 0 0.35rem;
  opacity: 0.5;
}
