.elementor-381 .elementor-element.elementor-element-7fa231b{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-140d153 *//* --- POSH Policy 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;
}

.posh-policy-content {
    max-width: 900px; /* Slightly wider max-width for long policy document */
    margin: 60px auto;
    padding: 0 20px;
}

/* Page Title and Introductory Text */
.posh-policy-content h1 {
    font-size: 2.2em;
    color: #004d99; /* Primary Accent */
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    font-weight: 400;
}

.posh-policy-content p {
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.7;
}

/* Section Headings (OBJECTIVE, SCOPE, etc.) */
.posh-policy-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;
}

/* List Formatting */
.posh-policy-content ol,
.posh-policy-content ul {
    margin-top: 0;
    margin-bottom: 20px;
}

/* Numbered Lists (Used for Objective, Redressal, Enquiry, Disciplinary Actions) */
.posh-policy-content ol {
    padding-left: 20px;
}
.posh-policy-content ol li {
    margin-bottom: 10px;
    line-height: 1.6;
}

/* Bulleted Lists (Used for Definitions and Retaliation) */
.posh-policy-content ul {
    list-style: none;
    padding-left: 0; 
}
.posh-policy-content ul li {
    margin-bottom: 10px;
    line-height: 1.6;
    padding-left: 15px; /* Adds space for custom bullet */
    text-indent: -15px; /* Pulls the list item content back slightly */
}
/* Specific styling for the nested 'Workplace' definition list */
.section-definitions ul li {
    font-size: 0.95em;
    color: #555;
    padding-left: 25px; 
    text-indent: -25px;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .posh-policy-content {
        margin: 40px 0;
        padding: 0 15px;
    }
    .posh-policy-content h1 {
        font-size: 1.8em;
    }
    .posh-policy-content h2 {
        font-size: 1.3em;
    }
}/* End custom CSS */