.gform_fields {
  row-gap: 20px !important;
}
.gform_validation_errors {
  display: none !important;
}
.gform_button {
  background-color: #d20a12 !important;
}
.content p {
  margin-bottom: 0px !important;
}
/* 1. Submit Buttons */
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_footer button {
  background-color: #d20a12 !important;
  border-color: #d20a12 !important;
  color: white !important;
}

/* 2. Input, Textarea, Select Focus Borders */
body .gform_wrapper .gform_body input:focus,
body .gform_wrapper .gform_body textarea:focus,
body .gform_wrapper .gform_body select:focus {
  border-color: #d20a12 !important;
  box-shadow: 0 0 0 1px #d20a12 !important;
  outline: none !important;
}

/* 3. Input Default Borders */
body .gform_wrapper .gform_body input,
body .gform_wrapper .gform_body textarea,
body .gform_wrapper .gform_body select {
  border: 1px solid black !important;
}

/* 4. Checkboxes & Radio Buttons (cross-browser) */
body .gform_wrapper input[type="checkbox"],
body .gform_wrapper input[type="radio"] {
  accent-color: #d20a12; /* modern browsers */
}

/* 5. Placeholder styling */
body .gform_wrapper input::placeholder,
body .gform_wrapper textarea::placeholder {
  color: rgba(0, 0, 0, 0.5); /* Black at 50% opacity */
}

/* Fallback for older Safari / Firefox (custom styling) */
body .gform_wrapper input[type="checkbox"]:checked::before,
body .gform_wrapper input[type="radio"]:checked::before {
  color: #d20a12 !important;
  background-color: #d20a12 !important;
  border-color: #d20a12 !important;
}

/* Optional: Checkbox/Radio hover focus ring */
body .gform_wrapper input[type="checkbox"]:focus,
body .gform_wrapper input[type="radio"]:focus {
  outline: 2px solid #d20a12 !important;
}

.newsletter-button {
  color: white !important;
  border: white 1px solid !important;
  border-radius: 20px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}
.newsletter-button:hover {
  background-color: white;
  color: #d20a12 !important;
  text-decoration: none;
}

.vacature-button {
  color: white !important;
  border: white 1px solid !important;
  background-color: #d20a12;
  border-radius: 20px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}
.vacature-button:hover {
  background-color: white;
  color: #d20a12 !important;
  border-color: #d20a12 !important;
  text-decoration: none;
}
.vacature-content-button {
  display: flex;
  justify-content: center;
}
