.public-legal {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1rem;
  width: 100%;
  padding: 12px 16px;
  border-top: 1px solid #dbe4df;
  background: #f7faf9;
  color: #0f2d4a;
  font: 500 12px/1.4 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.public-legal a {
  color: #0f2d4a;
  text-decoration: none;
}

.public-legal a:hover,
.public-legal a:focus-visible {
  text-decoration: underline;
}