/**
 * Elementor + Zap theme shell
 *
 * @package zap-elementor
 */

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

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

body.zap-site .elementor {
  max-width: 100%;
}

body.zap-site .elementor-widget-text-editor,
body.zap-site .elementor-heading-title {
  font-family: 'Inter', system-ui, sans-serif;
  color: #e2e8f0;
}

body.zap-site .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: min(1120px, 100%);
}

.zap-nav-inner .zap-nav-menu {
  flex: 1;
  display: flex;
  justify-content: center;
}

.zap-nav-inner .zap-nav-links {
  justify-content: center;
}
