/* ============================================
   Ready Stock page — form label contrast fix
   Scope: only the #stock-form section
   ============================================ */

/* Form section titles & helper text */
#stock-form h2,
#stock-form .text-center p {
  color: #ffffff;
}

/* CF7 form labels -> white */
#stock-form .wpcf7-form label {
  color: #ffffff !important;
}

/* CF7 form hint / helper text inside labels */
#stock-form .wpcf7-form label span {
  color: #CBD5E0 !important;
}

/* Keep input/textarea/select text DARK on white bg */
#stock-form .wpcf7-form input,
#stock-form .wpcf7-form textarea,
#stock-form .wpcf7-form select {
  color: #2D3748 !important;
  background-color: #ffffff !important;
}

/* Placeholder stays light gray */
#stock-form .wpcf7-form input::placeholder,
#stock-form .wpcf7-form textarea::placeholder {
  color: #A0AEC0 !important;
}

/* CF7 form section titles (h3) -> white */
#stock-form .wpcf7-form h3 {
  color: #ffffff !important;
}

/* CF7 form section subtitle (h3 + p) -> light */
#stock-form .wpcf7-form h3 + p {
  color: #CBD5E0 !important;
}
