/* Fix Beaver Builder animations that stay hidden without BB JS */
.fl-animation:not(.fl-animated) {
  opacity: 1 !important;
}

/* HubSpot form styling to match withtime Gravity Forms layout */
.uabb-gf-style .hs-form-frame,
.fl-module-pp-gravity-form .hs-form-frame,
.fl-module-uabb-gravity-form .hs-form-frame {
  width: 100%;
}
.hs-form-frame input[type="text"],
.hs-form-frame input[type="email"],
.hs-form-frame input[type="tel"],
.hs-form-frame input[type="url"],
.hs-form-frame input[type="number"],
.hs-form-frame input[type="password"],
.hs-form-frame select,
.hs-form-frame textarea {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
.hs-form-frame .hs-form-field {
  width: 100%;
}
.hs-form-frame form {
  width: 100%;
  max-width: 100%;
}
