/**
 * Career Magic — Application Theme
 * Clean white background for all application pages.
 * Dark theme only applies to the landing page (via cma-landing.css).
 */

/* === WHITE BACKGROUND FOR ALL APP PAGES === */
body.cma-dark-page {
    background: #ffffff !important;
}
body.cma-dark-page #page-container {
    background: #ffffff !important;
}
body.cma-dark-page #main-content {
    background: #ffffff !important;
    padding-top: 24px !important;
}

/* === CONTENT AREA — full width, no sidebar === */
body.cma-dark-page .entry-title,
body.cma-dark-page .page-title {
    display: none !important;
}
body.cma-dark-page #left-area,
body.cma-dark-page #content-area,
body.cma-dark-page .et_pb_post,
body.cma-dark-page article.page {
    background: transparent !important;
}
body.cma-dark-page #sidebar {
    display: none !important;
}
body.cma-dark-page #content-area,
body.cma-dark-page #left-area {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}
