.elementor-7058 .elementor-element.elementor-element-74b5a01{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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-472031b *//* AI Automation - Numbers Section */

ul:has(img[src*="AI-Automation"]) {
    list-style: none !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
}

ul:has(img[src*="AI-Automation"]) li {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 18px 22px !important;
    margin: 0 !important;
    border-radius: 16px !important;
    background: #f8fafc !important;
    border: 1px solid #edf0f5 !important;
}

/* Percentage image */
ul:has(img[src*="AI-Automation"]) li img {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    object-fit: contain !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
}

/* Content beside percentage */
ul:has(img[src*="AI-Automation"]) li b {
    display: block !important;
    margin: 0 0 5px !important;
    color: #1e293b !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
}

/* Description */
ul:has(img[src*="AI-Automation"]) li > span {
    display: block !important;
    color: #64748b !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

/* Remove unwanted WordPress spacing */
ul:has(img[src*="AI-Automation"]) li span,
ul:has(img[src*="AI-Automation"]) li b {
    vertical-align: middle !important;
}

/* Make the text portion behave like a content block */
ul:has(img[src*="AI-Automation"]) li {
    flex-wrap: nowrap !important;
}

/* Desktop spacing */
@media (min-width: 768px) {
    ul:has(img[src*="AI-Automation"]) {
        margin-bottom: 18px !important;
    }

    ul:has(img[src*="AI-Automation"]) li {
        min-height: 92px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    ul:has(img[src*="AI-Automation"]) li {
        gap: 14px !important;
        padding: 15px !important;
        align-items: flex-start !important;
    }

    ul:has(img[src*="AI-Automation"]) li img {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
    }

    ul:has(img[src*="AI-Automation"]) li b {
        font-size: 15px !important;
    }

    ul:has(img[src*="AI-Automation"]) li > span {
        font-size: 13px !important;
    }
}/* End custom CSS */