/* =====================================================
   SIMPLE CONTACT FORM – UI TWEAKS
   ===================================================== */

/* sharp inputs */
.okrl-form input,
.okrl-form textarea {
  border-radius: 0 !important;
}

/* simple contact form button */
.okrl-simple-contact-form button,
.okrl-simple-contact-form input[type="submit"] {
  width: auto !important;
  display: inline-block;
  padding: 12px 26px !important;
}

/* align left */
.okrl-simple-contact-form {
  text-align: left;
}


/* textarea background should be white (some themes set it gray) */
.okrl-form textarea,
.okrl-simple-contact-form textarea {
  background-color: #ffffff !important;
}


/* restore textarea border + slightly bolder typography */
.okrl-form textarea,
.okrl-simple-contact-form textarea {
  border: 1px solid #cbd5e1 !important;
  background-color: #ffffff !important;
}

/* labels + inputs a bit bolder */
.okrl-form label {
  font-weight: 500;
}

.okrl-form input,
.okrl-form textarea {
  font-weight: 500;
}

