.uc-hubspot-form-clean form {
  max-width: 100%;
}

/* Two-column layout */
.uc-hubspot-form-clean .hs-form-field {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.uc-hubspot-form-clean .hs-form-field:nth-child(odd) {
  margin-right: 4%;
}

/* Full-width fields */
.uc-hubspot-form-clean .hs_email,
.uc-hubspot-form-clean .hs_phone,
.uc-hubspot-form-clean .hs_submit {
  width: 100%;
}

/* Inputs */
.uc-hubspot-form-clean input,
.uc-hubspot-form-clean select {
  width: 100%;
  border: 1px solid #111;
  border-radius: 0;
  padding: 14px 12px;
  font-size: 16px;
  background: transparent;
}

/* Labels */
.uc-hubspot-form-clean label {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

/* Submit button */
.uc-hubspot-form-clean input[type="submit"] {
  background: #111;
  color: #fff;
  padding: 14px 24px;
  border: none;
  cursor: pointer;
}

/* Mobile fix */
@media screen and (max-width: 640px) {
  .uc-hubspot-form-clean .hs-form-field {
    width: 100%;
    margin-right: 0;
  }
}
