body.admin-bar .site-header {
  top: 32px;
}

body.admin-bar .site-header.is-scrolled {
  top: 32px;
}

body.admin-bar .site-header.is-scrolled .header-inner {
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}

body.elementor-editor-active .page-shell,
body.elementor-editor-preview .page-shell {
  overflow: visible;
}

body.elementor-editor-active .page-shell main,
body.elementor-editor-preview .page-shell main {
  overflow: visible;
}

.elementor,
.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.elementor-widget {
  width: 100%;
}

.elementor-widget-text-editor .elementor-widget-container {
  margin: 0;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.elementor-widget-text-editor,
.elementor-widget-html {
  width: 100%;
}

@media (max-width: 768px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
