.elementor-widget-services_widget_hubspot_contacts .search_form{
    width: 100%;
    display: flex;
    margin-bottom: 2em;
    column-gap: 20px;
}

.elementor-widget-services_widget_hubspot_contacts section{
    width:100%;
    float:left;
    display:grid;
    grid-template-columns: 25% auto;
    column-gap: 20px;
}

.elementor-widget-services_widget_hubspot_contacts section hr{
    /*margin-bottom:1em;*/
}

.elementor-widget-services_widget_hubspot_contacts .filters .filter_title{
    display: flex;
    justify-content: space-between;
}

.elementor-widget-services_widget_hubspot_contacts .filters fieldset{
    padding:.75em 0;
    margin:0;
    border:0;
    border-bottom: 1px solid rgba(230,230,230,1);
}

.elementor-widget-services_widget_hubspot_contacts .filters fieldset:last-of-type{
    margin-bottom:1.5em;
}

.elementor-widget-services_widget_hubspot_contacts .filters fieldset p{
    margin: 0;
}

.elementor-widget-services_widget_hubspot_contacts .filters .collapsible_button{
    display: block;
    width: 100%;
}

.elementor-widget-services_widget_hubspot_contacts .filters .collapsible_content{
    margin-top:.75em;
    display: block;
}

.elementor-widget-services_widget_hubspot_contacts .filters ul{
    max-height: 125px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.elementor-widget-services_widget_hubspot_contacts .filters .search_list{
    margin-bottom:.5em;
}

/*.elementor-widget-services_widget_hubspot_contacts .filters .collapsable_content::-webkit-scrollbar-track{
    border:0;
    background-color: red;
}*/
/*.elementor-widget-services_widget_hubspot_contacts section .filters*/