/*
Theme Name: Mil Drinks
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
html, body { height: 100%; }

body{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Conteúdo da página (Elementor) cresce e empurra o footer */
body > .elementor,
body > .elementor-page,
body > .elementor.elementor-location-single,
body > .elementor.elementor-location-archive,
body > .elementor.elementor-location-header,
body > .elementor.elementor-location-footer{
  flex: 0 0 auto;
}

/* O “miolo” precisa ser flex:1 — normalmente é o wrapper do conteúdo */
body > .elementor:not(.elementor-location-header):not(.elementor-location-footer){
  flex: 1 0 auto;
}