.elementor-1645 .elementor-element.elementor-element-6451eb3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-476ab0b *//* ---------- SECTION ---------- */
.cdl-report-section {
    padding: 60px 20px;
    background: #f9f9f9;
    font-family: 'Poppins', sans-serif;
}

/* ---------- CONTAINER ---------- */
.cdl-container {
    max-width: 900px;
    margin: 0 auto;
    color: #000;
}

/* ---------- HEADING ---------- */
.cdl-container h1 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
    color: #000 !important; /* 🔴 FORCE BLACK */
    font-weight: 600;
}

/* ---------- TEXT ---------- */
.cdl-container p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #333;
}

/* ---------- HIGHLIGHT BOX ---------- */
.cdl-highlight-box {
    background: #f8fafc; /* clean light background */
    padding: 20px;
    margin: 25px 0;
    border-left: 4px solid #0073aa;
    border-radius: 6px;
}

/* ---------- BOX HEADINGS ---------- */
.cdl-highlight-box h3 {
    margin-bottom: 10px;
    color: #000 !important;
}

/* ---------- LIST ---------- */
.cdl-highlight-box ul {
    padding-left: 20px;
}

.cdl-highlight-box li {
    margin-bottom: 8px;
    color: #333;
}

/* ---------- ACCESS BOX ---------- */
.cdl-access-box {
    background: #ffffff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 6px;
    border: 1px solid #eee;
}

/* ---------- BUTTON WRAPPER ---------- */
.cdl-button-wrapper {
    text-align: center;
    margin-top: 30px;
}

/* ---------- BUTTON ---------- */
.cdl-report-btn {
    display: inline-block;
    padding: 14px 30px;
    background: #0073aa;
    color: #fff !important;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* ---------- BUTTON HOVER ---------- */
.cdl-report-btn:hover {
    background: #005f7f;
    transform: translateY(-2px);
}

/* ---------- FORCE FIX (ELEMENTOR ISSUES) ---------- */
.cdl-report-section *,
.cdl-container *,
.cdl-highlight-box *,
.cdl-access-box * {
    opacity: 1 !important;
    visibility: visible !important;
}/* End custom CSS */