html {
    scroll-behavior: smooth;
}


.text-success {
    color: #28a745 !important;
}

.text-danger {
    color: #dc3545 !important;
}


.page-width {
    width: 94%;
    max-width: 1600px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .page-width {
        width: 95%;
    }
}

@media (max-width: 768px) {
    .page-width {
        width: 95%;
    }
}




/* ==========================================================================
   UNIFIED BLOCK LAYOUT SCREEN WIDTH CONTROLS
   ========================================================================== */
@media (min-width: 992px) {
    .page-width {
    width: 80%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    }

    @media (max-width: 1200px) {
        .page-width {
            width: 90%;
        }
    }

    @media (max-width: 768px) {
        .page-width {
            width: 95%;
        }
    }
}



/* ==========================================================================
   UNIFIED BLOCK LAYOUT SCREEN WIDTH CONTROLS
   ========================================================================== */
@media (min-width: 992px) {
    /* Existing application control rule */
    .unified-layout-width {
        max-width: 90% !important;
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* NEW CONTROL RULE: Locks landing content containers to exactly 80% width */
    .landing-layout-width {
        max-width: 80% !important;
        width: 80% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}