/* ===========================================
   Smart & Advanced Subtle Mesh Background
   + Justified Text Alignment (Site-wide)
=========================================== */

/* Smart & Advanced Subtle Mesh Background */
body,
.pkp_structure_page {
    background-color: #f8f9fa !important;
    background-image: radial-gradient(at 0% 0%, rgba(255, 242, 204, 0.5) 0px, transparent 50%),
                      radial-gradient(at 100% 100%, rgba(230, 235, 245, 0.6) 0px, transparent 50%) !important;
    background-attachment: fixed !important;
}

/* Justified Text - Applied to All Content */
body,
p,
.pkp_structure_content,
.pkp_structure_main,
.page,
.description,
.abstract,
article,
.cmp_article_summary,
.pkp_structure_page p,
.pkp_footer_content p {
    text-align: justify !important;
}
