.theme-public .legal-modal-link-button {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--public-accent-warm);
  font: inherit;
  font-weight: 600;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  cursor: pointer;
  appearance: none;
}

.theme-public .legal-modal-link-button:hover {
  color: #c86a04;
}

.theme-public .legal-modal-link-button:focus-visible {
  outline: 2px solid rgba(217, 117, 4, 0.35);
  outline-offset: 3px;
  border-radius: 6px;
}
