/* Soloh Partners brand — Enzuzo-generated legal policy pages (Privacy Policy 2026, Terms of Service) */

/* Force the site's default light appearance regardless of visitor's OS dark-mode preference — matches the rest of the site, which has no dark mode. */
html, body {
  background-color: #fff !important;
}

main.ez-container {
  font-family: "Montserrat", sans-serif;
  max-width: 840px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #fff !important;
  color: #000 !important;
}

main.ez-container * {
  background-color: transparent !important;
  color: #000 !important;
}

main.ez-container h1 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}

main.ez-container h3.enzuzo-privacyPolicySubHeader,
main.ez-container .policySubSubHeader {
  font-weight: 600;
}

main.ez-container a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

main.ez-container details.ez-acc-details-shadow summary {
  font-weight: 600;
  cursor: pointer;
}

main.ez-container select {
  font-family: "Montserrat", sans-serif;
}
