/* Start custom CSS for shortcode, class: .elementor-element-b7ea43d *//* SLTV Unblock – make fields use black text */
#sltv-unblock input[type="text"],
#sltv-unblock input[type="email"],
#sltv-unblock textarea {
  color: #000 !important;           /* black text */
  background-color: #fff !important;/* white background (optional) */
  border-color: #244358;
}

/* Placeholders a softer gray */
#sltv-unblock ::placeholder {
  color: #6b7280;
  opacity: 1;
}

/* ISP info box: black text on white (optional) */
#sltv-unblock .info {
  color: #000 !important;
  background: #fff !important;
}/* End custom CSS */