body.dm-theme .site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  flex: 1;
}

body.dm-theme .site-main,
body.dm-theme main.site-main {
  flex: 1 0 auto;
  width: 100%;
  min-width: 0;
}

body.dm-theme .elementor {
  max-width: 100%;
}

body.dm-theme .elementor-widget-text-editor,
body.dm-theme .elementor-heading-title {
  font-family: var(--font, 'Fricolage Grotesque', system-ui, sans-serif);
}

body.dm-theme .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: min(1180px, 100%);
}
