/* ============================================
   CONTACT POPUP FIX - Force White Text
   ============================================ */

/* Force ALL text in contact popup to be white */
.contact-success,
.contact-success *:not(strong):not(.step-number) {
  color: #ffffff !important;
}

/* Force highlights to be gold */
.contact-success strong,
.contact-success h2,
.contact-success h3 {
  color: #ffd700 !important;
}

/* Force numbered circles to stay navy */
.contact-success .step-number {
  color: #001a4d !important;
  background: #ffd700 !important;
}

/* Force button text to white */
.contact-success a {
  color: white !important;
}
