.input .hs-input {
  width: 100%;
  display: block;
  height: 36px;
  padding: 0.9rem 1rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #f1f2f4;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  max-width: none;
  resize: none !important;
}

.hbspt-form .input .hs-input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #00beac;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 190 172 / 25%);
}

.hbspt-form .hs-submit .actions {
  padding: 0;
  margin: 0;
}

.hbspt-form .hs-submit .actions input {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.hbspt-form .hs-error-msg {
  color: var(--danger);
  margin-bottom: 0;
}

.hbspt-form .hs_error_rollup {
  display: none !important;
}

.hbspt-form .hs-main-font-element {
  color: var(--danger);
  margin-bottom: 0;
}

.hbspt-form label .hs-form-required {
  display: none;
}

.hbspt-form label span {
  display: block;
  color: var(--default-text);
  font-weight: 600;
  font-size: 14px;
  margin-top: 16px;
}

.hs-form label .hs-form-required {
  display: none;
}

.hs-form label span {
  display: block;
  color: var(--default-text);
  font-weight: 600;
  font-size: 14px;
  margin-top: 16px;
}
