

    /* Sticky footer layout: make the page a flex column */
    html, body { height: 100% !important; }

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

    /* Divi main containers should grow to fill remaining space */
    #page-container,
    #et-main-area,
    #main-content {
        flex: 1 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
    }

    /* Ensure the actual content area can expand */
    #main-content > .container,
    #main-content .et_builder_inner_content,
    #content-area {
        flex: 1 0 auto !important;
    }

    /* Footer pinned at bottom when content is short */
    #main-footer,
    .et-l--footer {
        margin-top: auto !important;
    }

/*# sourceURL=ysp-sticky-footer-inline-css */
