.elementor-360 .elementor-element.elementor-element-b25443a{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-25ab18d *//* --- Statutory Notice Page CSS (Minimalist Style) --- */

/* Base Setup (Consistent with previous pages) */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.statutory-notice-content {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
}

/* Page Title */
.statutory-notice-content h1 {
    font-size: 2.2em;
    color: #004d99; /* Primary Accent */
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    font-weight: 400;
}

/* Section Headings */
.statutory-notice-content h2 {
    font-size: 1.5em;
    color: #333;
    margin-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Body Paragraphs */
.statutory-notice-content p {
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.7;
}

/* Reference Link Style */
.section-reference {
    margin-top: 40px;
    font-size: 0.9em;
    color: #777;
    border-top: 1px dashed #ddd;
    padding-top: 20px;
}

.section-reference h3 {
    font-size: 1.2em;
    color: #777;
    margin-top: 0;
    font-weight: 500;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .statutory-notice-content {
        margin: 40px 0;
        padding: 0 15px;
    }
    .statutory-notice-content h1 {
        font-size: 1.8em;
    }
    .statutory-notice-content h2 {
        font-size: 1.3em;
    }
}/* End custom CSS */