.hubspot-form-wrapper {
  width: 100%;
}

.hubspot-form-container {
  width: 100%;
}

/* HubSpot form overrides */
.hbspt-form {
  width: 100%;
}

.hbspt-form form {
  width: 100%;
}

.hbspt-form .hs-form-field {
  margin-bottom: 1rem;
}

.hbspt-form .hs-input {
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
}

.hbspt-form .hs-button {
  cursor: pointer;
}

.hbspt-form .inputs-list {
  list-style: none;
  margin: 0px;
}

.hbspt-form .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 10px;
}

.hbspt-form .hs_submit {
  margin-top: 2rem;
}

.hbspt-form fieldset.form-columns-2 .input {
  margin-right: 1rem !important;
}

.hubspot-form-image {
  height: 100%;
  min-height: 300px;
  border-radius: 1rem;
}
