body {
    font-family: Arial, Helvetica, sans-serif !important;
}

/* Customize the footer to be full width */
.pkp_structure_footer {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #f8f9fa; /* Optional: Adjust background color */
    padding: 15px 0; /* Adjust padding for spacing */
    position: relative; /* Ensures it stays in normal document flow */
}

/* Hide existing footer content */
.pkp_structure_footer * {
    display: none !important;
}


/* Insert custom footer text + CC image */
.pkp_structure_footer::after {
    content: "277 Drummond Road, CT 06477, Orange, USA, Email: info@enviromindsolutions.com\A\A© 2025 Enviro Mind Solutions.\AThis work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.";
    display: block !important;
    text-align: center;
    font-size: 14px;
    color: #000;
    width: 100%;
    white-space: pre-line;
    padding-bottom: 10px;
}


.pkp_site_name .is_img img {
    display: inline-block;         /* Ensures the image behaves as a block element */
    max-height: 92px;
    max-width: 100%;        /* Prevents the image from overflowing its container */
    width: auto;
    height: auto;           /* Maintains aspect ratio */
}

.pkp_structure_page {
    margin-top: 0px;
    margin-bottom: 0px;
}

.pkp_site_name_wrapper, .pkp_navigation_primary_row {
    padding-left: 10px;
    padding-right: 10px;
}

.pkp_site_name {
    padding-top: 5px;
           padding-bottom: 2px;
}