.privacy-page .terms-opening strong {
  color: var(--text-main, #fff);
}

.privacy-page .terms-document a {
  color: var(--cyan, #c3ff00);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-page .terms-document a:hover,
.privacy-page .terms-document a:focus-visible {
  text-decoration-thickness: 2px;
}

[data-theme="light"] .privacy-page .terms-opening strong {
  color: var(--text-main, #061710);
}
