html {
  min-height: 100%;
}

body:not(.elementor-editor-active) {
  min-height: 100vh;
  min-height: 100svh;
}

body:not(.elementor-editor-active) main.site-main,
body:not(.elementor-editor-active) .site-main {
  min-height: calc(100vh - 14rem);
  min-height: calc(100svh - 14rem);
}

body:not(.elementor-editor-active) .elementor-location-footer {
  clear: both;
}

body:not(.elementor-editor-active) .tutor-wrap,
body:not(.elementor-editor-active) .tutor-dashboard,
body:not(.elementor-editor-active) .tutor-course-filter-wrapper,
body:not(.elementor-editor-active) .tutor-course-archive-results-wrap,
body:not(.elementor-editor-active) .woocommerce-account .page-content > .woocommerce,
body:not(.elementor-editor-active) .elementor-widget-loop-grid .elementor-loop-container,
body:not(.elementor-editor-active) .elementor-posts-container {
  min-height: 24rem;
}

body:not(.elementor-editor-active) .tutor-dashboard .tutor-col-9,
body:not(.elementor-editor-active) .tutor-dashboard .tutor-dashboard-content,
body:not(.elementor-editor-active) .tutor-dashboard .tutor-dashboard-content-inner {
  min-height: 18rem;
}

@media (max-width: 767px) {
  body:not(.elementor-editor-active) main.site-main,
  body:not(.elementor-editor-active) .site-main {
    min-height: calc(100svh - 10rem);
  }

  body:not(.elementor-editor-active) .tutor-wrap,
  body:not(.elementor-editor-active) .tutor-dashboard,
  body:not(.elementor-editor-active) .tutor-course-filter-wrapper,
  body:not(.elementor-editor-active) .tutor-course-archive-results-wrap,
  body:not(.elementor-editor-active) .woocommerce-account .page-content > .woocommerce,
  body:not(.elementor-editor-active) .elementor-widget-loop-grid .elementor-loop-container,
  body:not(.elementor-editor-active) .elementor-posts-container {
    min-height: 20rem;
  }
}
