body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    color: #000;
}

/* MAIN FRAME */
.csl-section {
    max-width: 1100px;
    margin: 50px auto;
    padding: 40px;
    background: #ffffff;
    color: #000 !important;
}

/* FORCE ALL TEXT BLACK */
.csl-section * {
    color: #000 !important;
}

/* HEADINGS */
.csl-section h1 {
    font-size: 34px;
    color: #0b3d91 !important;
    margin-bottom: 20px;
}

.csl-section h2 {
    font-size: 24px;
    color: #0b3d91 !important;
    margin-top: 30px;
}

/* PARAGRAPHS */
.csl-section p {
    line-height: 1.8;
    margin-bottom: 15px;
}

/* LISTS */
.csl-section ul {
    padding-left: 20px;
}

.csl-section li {
    margin-bottom: 10px;
}

/* HIGHLIGHT BOX */
.csl-highlight {
    background: #f2f6ff;
    border-left: 5px solid #0b3d91;
    padding: 20px;
    margin: 20px 0;
}

/* CARD */
.csl-card {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

/* QUOTE */
.csl-quote {
    text-align: center;
    margin-top: 40px;
    font-style: italic;
    color: #444 !important;
}