.fusioncore-elementor-shell {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.fusioncore-elementor-shell *,
.fusioncore-elementor-cta {
  box-sizing: border-box;
}

.fusioncore-elementor-align-left {
  align-items: flex-start;
}

.fusioncore-elementor-align-center {
  align-items: center;
}

.fusioncore-elementor-align-right {
  align-items: flex-end;
}

.fusioncore-elementor-align-stretch {
  align-items: stretch;
}

.fusioncore-elementor-shell .fusioncore-form-wrapper,
.fusioncore-elementor-shell .fusioncore-form,
.fusioncore-elementor-shell .fusioncore-saas-form {
  width: 100%;
  max-width: 100%;
}

.fusioncore-elementor-layout-compact .fusioncore-saas-form,
.fusioncore-elementor-layout-compact .fusioncore-form {
  gap: 8px;
}

.fusioncore-elementor-layout-horizontal .fusioncore-saas-form,
.fusioncore-elementor-layout-horizontal .fusioncore-form,
.fusioncore-elementor-layout-inline .fusioncore-saas-form,
.fusioncore-elementor-layout-inline .fusioncore-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.fusioncore-elementor-layout-horizontal .fusioncore-field,
.fusioncore-elementor-layout-inline .fusioncore-field {
  flex: 1 1 180px;
}

.fusioncore-elementor-layout-horizontal .fusioncore-form-head,
.fusioncore-elementor-layout-inline .fusioncore-form-head,
.fusioncore-elementor-layout-horizontal .fusioncore-form-status,
.fusioncore-elementor-layout-inline .fusioncore-form-status {
  flex: 1 0 100%;
}

.fusioncore-newsletter-copy {
  width: 100%;
  margin-bottom: 12px;
}

.fusioncore-newsletter-copy h3,
.fusioncore-newsletter-copy p {
  margin: 0;
}

.fusioncore-newsletter-copy p {
  margin-top: 6px;
}

.fusioncore-elementor-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 8px;
  background: #2563eb;
  color: #ffffff;
  text-decoration: none;
  font: inherit;
  line-height: 1.2;
  cursor: pointer;
}

.fusioncore-elementor-cta:hover,
.fusioncore-elementor-cta:focus {
  color: #ffffff;
  text-decoration: none;
}

.fusioncore-elementor-notice {
  padding: 12px 14px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #f8fafc;
  color: #344054;
  font-size: 13px;
}

@media (max-width: 767px) {
  .fusioncore-elementor-layout-horizontal .fusioncore-saas-form,
  .fusioncore-elementor-layout-horizontal .fusioncore-form,
  .fusioncore-elementor-layout-inline .fusioncore-saas-form,
  .fusioncore-elementor-layout-inline .fusioncore-form {
    display: grid;
  }
}
