/*
Theme Name: A2AllMarket Child
Template: a2allmarket
*/

/* ===== STRUCTURAL FIXES ===== */
html {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
}

#page {
    flex: 1 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 2rem !important;
}

#content {
    flex: 1 0 auto !important;
    padding-bottom: 100px !important; /* Space for footer */
}

/* ===== COMMENTS SECTION ===== */
#comments {
    margin-top: 3rem;
    margin-bottom: 5rem !important;
    position: relative;
}

/* ===== FOOTER FIXES ===== */
#wrapper-footer {
    flex-shrink: 0 !important;
    width: 100% !important;
    position: relative !important;
    margin-top: auto !important;
}

/* ===== HEADER COMPATIBILITY ===== */
#wrapper-navbar {
    position: relative;
    z-index: 2;
}

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 768px) {
    #page {
        padding: 1rem !important;
    }
    
    #content {
        padding-bottom: 80px !important;
    }
}