.elementor-373 .elementor-element.elementor-element-7a25fd4{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-20e09d8 */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;
}

.code-of-conduct-content {
    max-width: 850px; /* Slightly wider max-width for long policy document */
    margin: 60px auto;
    padding: 0 20px;
}

/* Page Title */
.code-of-conduct-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 (PURPOSE, SCOPE, DISCIPLINARY ACTIONS, etc.) */
.code-of-conduct-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;
}

/* Sub-Headings (Within Policy Elements and Do's/Don'ts) */
.code-of-conduct-content h3 {
    font-size: 1.3em;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Body Paragraphs */
.code-of-conduct-content p {
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.7;
}

/* Custom Bulleted List Styling (Used for POLICY ELEMENTS) */
.code-of-conduct-content ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}
.code-of-conduct-content ul li {
    margin-bottom: 15px;
    line-height: 1.6;
    /* Custom spacing for the list items that use &bull; or custom characters */
    padding-left: 15px; 
}
.code-of-conduct-content ul li::before {
    /* Ensures list items are formatted cleanly */
    content: "";
    margin-right: 5px;
}

/* Numbered List Styling (Used for Do's, Don'ts, Disciplinary Actions) */
.code-of-conduct-content ol {
    padding-left: 20px;
    margin-top: 10px;
}
.code-of-conduct-content ol li {
    margin-bottom: 8px;
    line-height: 1.5;
}

/* Accent for DO's/DON'Ts Header */
.section-dos-donts h2 {
    color: #004d99;
    border-bottom: 1px solid #004d99;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .code-of-conduct-content {
        margin: 40px 0;
        padding: 0 15px;
    }
    .code-of-conduct-content h1 {
        font-size: 1.8em;
    }
    .code-of-conduct-content h2 {
        font-size: 1.3em;
    }
}/* End custom CSS */