/*
 * SWC Microfinance Theme — style.css
 * Defers all styling to the loan_management module's swc_global.css
 * This file only retains theme-level structural shells.
 */

/* Remove old white card wrapper — now handled by swc_global.css .swc-page */
.global-main {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border-top: none !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
}

/* Hide old theme header — replaced by hook_page_top nav */
.global-header,
.header-container {
    display: none !important;
}

/* Old footer hidden — hook replaces it */
.global-footer {
    display: none !important;
}

/* Keep layout container full-width */
.layout-container {
    background: #f5f0f9;
    min-height: 100vh;
}