/* custom-list-services-widget.css */



.elementor-services-list  {
    list-style: none;
    padding: unset;
    font-family: "Blender fonts", Sans-serif;
}
.elementor-service-category {
    line-height: 1.2;
}
.elementor-service-category a {
    line-height: 1.2;
    cursor: pointer;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    padding-bottom: 10px;
    display: flex;
    font-size: 16px;
}
.elementor-service-category ul {
    padding: unset;
    padding-bottom: 10px;
}
.elementor-service-category ul li {
    display: none;
    list-style: none;
}
.elementor-service-category ul li a {
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    padding: 8px 0;
    padding-left: 16px;
    font-size: 14px;
}
.elementor-service-category a:hover {
    color: var(--e-global-color-f0fc4d6 );
}
    
    
    
    
    
    
    
    
    
    
    
    