#main-content {
    min-height: 50vh;
}

/*
 * Divi applies overflow on #page-container, which creates a non-scrolling
 * ancestor for booking-template sticky elements (results header/map/sidebar).
 * Keep wrapper overflow visible so sticky can anchor to the viewport.
 */
#page-container,
#et-boc {
    overflow: visible !important;
}
