/*
 * Looghati Soft Background v1.0.0
 * Background-only treatment.
 *
 * The plugin deliberately targets only page-level wrappers.
 * It does NOT style cards, buttons, forms, text, images, menus,
 * Elementor widgets, blog cards, or course cards.
 */

body.lgh-soft-background-page {
    background-color: var(--lgh-page-soft-background, #F0F8F6) !important;
}

/* Common outer WordPress/theme wrappers that may currently be white. */
body.lgh-soft-background-page #page,
body.lgh-soft-background-page .site,
body.lgh-soft-background-page #content,
body.lgh-soft-background-page .site-content,
body.lgh-soft-background-page .content-area,
body.lgh-soft-background-page main.site-main {
    background-color: var(--lgh-page-soft-background, #F0F8F6) !important;
}

/* LearnPress outer layout wrappers only. */
body.lgh-soft-background-page .lp-content-area,
body.lgh-soft-background-page .lp-archive-courses,
body.lgh-soft-background-page .lp-single-course {
    background-color: var(--lgh-page-soft-background, #F0F8F6) !important;
}
