.entry-content > .elementor {
  --theme-default-editor: var(--false);
}
.ct-elementor-default-template
  .elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky) {
  margin-left: var(--has-wide, auto);
  margin-right: var(--has-wide, auto);
  width: var(--theme-block-width, var(--theme-container-width));
  max-width: var(
    --theme-block-max-width,
    var(--theme-normal-container-max-width)
  );
}
.ct-elementor-default-template .elementor-section-boxed > .elementor-container {
  width: var(--theme-block-width, var(--theme-container-width));
  max-width: var(
    --theme-block-max-width,
    var(--theme-normal-container-max-width)
  );
}
.ct-elementor-default-template .e-container {
  --container-max-width: min(
    var(--theme-block-max-width, var(--theme-normal-container-max-width)),
    var(--theme-container-width-base)
  );
}
.ct-elementor-default-template .e-con {
  --container-max-width: var(
    --theme-block-max-width,
    var(--theme-normal-container-max-width)
  );
}
/*.ct-elementor-default-template .e-con > .e-con-inner {*/
/*  width: var(--theme-block-width, var(--theme-container-width));*/
/*}*/
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
.elementor-select-wrapper select {
  background-image: none;
}
.elementor-search-form__input {
  --theme-form-field-height: auto;
}
.elementor-search-form__submit {
  --theme-button-shadow: none;
  --theme-button-transform: none;
}
.elementor-widget-container style + h1,
.elementor-widget-container style + h2,
.elementor-widget-container style + h3,
.elementor-widget-container style + h4,
.elementor-widget-container style + h5,
.elementor-widget-container style + h6 {
  margin-top: 0;
}
