.wpforms-form {
  font-family: Arial, sans-serif;
}

.wpforms-field-row-block input::placeholder,
.wpforms-field-row-block textarea::placeholder {
  color: black !important;
}

.wpforms-field input,
.wpforms-field textarea,
.wpforms-field select {
  border-radius: 0 !important;
	border: none !important;
  font-family: Arial, sans-serif;
}

.wpforms-submit-container {
  text-align: center !important;
}

.wpforms-submit {
  background-color: #006336 !important;
  color: #fff !important;
  border: none;
  border-radius: 10px !important;
  padding: 0.75em 1.5em !important;
  font-size: clamp(1rem, 0.917rem + 0.174vw, 1.125rem) !important;
  text-transform: uppercase !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpforms-submit:hover {
  background-color: #008c4a !important;
}

label.wpforms-field-label-inline  {
	font-size: 0.75rem !important;
}

.wpforms-container .wpforms-field {
	padding: 0.55rem 0 !important;
}

