.elementor-13492 .elementor-element.elementor-element-ad15f8f{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-7445044e *//* ===== HIDE EDUMA FEATURED IMAGE ===== */
.entry-thumbnail,
.post-thumbnail,
.single .post-thumbnail,
.page .post-thumbnail {
    display: none !important;
}

/* ===== CMA CARE CONTAINER ===== */
.cma-care-wrapper {
    max-width: 1100px;
    margin: 50px auto;
    background: #ffffff;
    padding: 55px 50px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    line-height: 1.9;
    color: #333;
}

/* TITLE */
.cma-care-title {
    text-align: center;
    margin-bottom: 25px;
}

.cma-care-title h1 {
    font-size: 34px;
    line-height: 1.3;
    color: #2c3e50;
    margin: 0;
    font-weight: 600;
}

/* IMAGE ROW (BIGGER) */
.cma-images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 26px;
    margin: 35px 0 45px;
}

.cma-images img {
    width: 320px;      /* BIGGER */
    height: 215px;     /* BIGGER */
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

/* CONTENT TEXT */
.cma-care-content p {
    margin-bottom: 22px;
    text-align: justify;
    font-size: 18px;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 600px) {
    .cma-care-wrapper {
        padding: 35px 22px;
    }

    .cma-care-title h1 {
        font-size: 24px;
    }

    .cma-care-content p {
        font-size: 16px;
    }

    .cma-images img {
        width: 100%;
        height: auto;
    }
}/* End custom CSS */