/* ===============================
   BOXED SITE LAYOUT (Academic Pro)
   =============================== */

.pkp_structure_page {
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 0 25px rgba(0,0,0,0.08);
}

/* Soft background outside the box */
body {
    background: #f2f2f2;
}

/* Ensure header, footer, and content align */
.header_view,
.navbar,
.site_header,
.main_content,
footer,
.copyright-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Prevent horizontal overflow */
html, body {
    overflow-x: hidden;
}
