
/* ===============================
   Tripleseat Registration Portal
   Policy Page Contrast Fix
   =============================== */

/* Base background + text */
html, body {
  background-color: #ffffff !important;
  color: #111111 !important;
}

/* All text elements */
p,
span,
div,
li,
ul,
ol,
label,
small,
strong,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111 !important;
}

/* Policy / terms containers */
.policy,
.policy-text,
.terms,
.terms-text,
.registration-policy {
  background-color: #ffffff !important;
  color: #111111 !important;
}

/* Links */
a {
  color: #0b57d0 !important;
}

/* Inputs / checkboxes */
input,
textarea,
select {
  background-color: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #cccccc !important;
}

/* Buttons */
button,
input[type="submit"] {
  background-color: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 10px 14px !important;
}

/* Prevent washed-out styling */
* {
  opacity: 1 !important;
  filter: none !important;
}
