/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");

/* Ensure full-height layout */
html, body {
  height: 100%;
}

/* Main page wrapper */
#page-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Main content area */
#et-main-area {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

/* Actual content should expand */
#main-content {
  flex: 1 0 auto;
}

/* Footer stays at bottom */
#main-footer {
  flex-shrink: 0;
}
