/* Features Text List Widget - Elementor */

.elementor-widget-tew_features_text_list .tew-features-text-list {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

.elementor-widget-tew_features_text_list .tew-features-text-list h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #0A2A5A !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}

.elementor-widget-tew_features_text_list .tew-features-container {
    display: flex !important;
    flex-direction: column !important;
}

.elementor-widget-tew_features_text_list .tew-feature-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-bottom: 18px !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
    transition: all 0.2s ease-in-out !important;
}

.elementor-widget-tew_features_text_list .tew-feature-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.elementor-widget-tew_features_text_list .tew-feature-item:hover {
    background-color: rgba(10, 42, 90, 0.02) !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.elementor-widget-tew_features_text_list .tew-feature-icon {
    width: 22px !important;
    height: 22px !important;
    background: #0A2A5A !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

.elementor-widget-tew_features_text_list .tew-feature-checkmark {
    display: inline-block !important;
    line-height: 1 !important;
}

.elementor-widget-tew_features_text_list .tew-feature-content {
    flex: 1 !important;
    min-width: 0 !important;
}

.elementor-widget-tew_features_text_list .tew-feature-title {
    font-weight: 600 !important;
    color: #0A2A5A !important;
    font-size: 16px !important;
    margin-bottom: 4px !important;
    line-height: 1.4 !important;
}

.elementor-widget-tew_features_text_list .tew-feature-description {
    color: #4b5563 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .elementor-widget-tew_features_text_list .tew-features-text-list h3 {
        font-size: 20px !important;
        margin-bottom: 16px !important;
    }

    .elementor-widget-tew_features_text_list .tew-feature-item {
        gap: 10px !important;
        margin-bottom: 16px !important;
        padding: 10px 0 !important;
    }

    .elementor-widget-tew_features_text_list .tew-feature-icon {
        width: 20px !important;
        height: 20px !important;
        font-size: 12px !important;
    }

    .elementor-widget-tew_features_text_list .tew-feature-title {
        font-size: 15px !important;
        margin-bottom: 2px !important;
    }

    .elementor-widget-tew_features_text_list .tew-feature-description {
        font-size: 13px !important;
    }
}

@media (max-width: 480px) {
    .elementor-widget-tew_features_text_list .tew-features-text-list h3 {
        font-size: 18px !important;
        margin-bottom: 12px !important;
    }

    .elementor-widget-tew_features_text_list .tew-feature-item {
        gap: 8px !important;
        margin-bottom: 12px !important;
        padding: 8px 0 !important;
    }

    .elementor-widget-tew_features_text_list .tew-feature-title {
        font-size: 14px !important;
    }

    .elementor-widget-tew_features_text_list .tew-feature-description {
        font-size: 12px !important;
    }
}
