/* Custom CSS for tenhove.net */

/* Reset Gravity Forms defaults so Jupiter theme styles come through */
#gform_wrapper_2,
#gform_wrapper_2 input[type="text"],
#gform_wrapper_2 input[type="email"],
#gform_wrapper_2 textarea,
#gform_wrapper_2 .gform_button {
  background: transparent !important;
  border: none !important;
  border-bottom: 5px solid white !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* The wrapper itself shouldn't have a border */
#gform_wrapper_2 {
  border-bottom: none !important;
}

/* Button: match the Jupiter flat style */
#gform_wrapper_2 .gform_button {
  border: 2px solid currentColor !important;
  padding: 12px 30px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  cursor: pointer;
}

/* Label text: inherit color from parent (white on dark backgrounds) */
#gform_wrapper_2 label,
#gform_wrapper_2 .gfield_label {
  color: white;
  font-weight: bold;
}

/* Hide the required fields legend */
#gform_wrapper_2 .gform_required_legend {
  display: none;
}
