/* Copyright (c) 2026 Aeirya Mohammadi.
Licensed under the GNU General Public License v3.0. */

/* Remove Tritheme's centered desktop box and its gray outer gutters. */
html,
body {
    background: #fff !important;
}

.pkp_structure_page {
    width: 100% !important;
    min-height: 100vh;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
