/* ===========================================
   Sijarah.com Modern Gradient Background
   + Justified Text (All Pages)
=========================================== */

/* ---------- GRADIENT BACKGROUND ---------- */
body,
.pkp_structure_page {
    background: linear-gradient(135deg, #fdfbf7 0%, #fff2cc 100%) !important;
    background-attachment: fixed !important;
}

/* ---------- JUSTIFIED TEXT (ALL CONTENT) ---------- */
body,
p,
div,
li,
td,
th,
.pkp_structure_content,
.pkp_structure_main,
.page,
article,
.description,
.abstract,
.pkp_page_content {
    text-align: justify !important;
    text-justify: inter-word !important;
}

/* Keep headings, buttons, and nav items left-aligned (not justified) */
h1, h2, h3, h4, h5, h6,
.pkp_navigation_primary,
.pkp_navigation_user,
button,
.btn,
.pkp_button {
    text-align: left !important;
}
