.elementor-child-category-group{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: start;
    column-gap: 1rem;
}

.elementor-child-category-group label{
    display: flex;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: start;
    margin-right: 1rem;
    gap: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    flex-wrap: wrap;
}

.elementor-category-select-container{
    width: 100%;
    display:none;
    padding:0!important;
    margin:0!important;
}

.meta-data-row{
    width: 100%;
    margin-bottom: 1rem;
}


.elementor-child-category-group.state-select label span{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #9f9f9f;
}

.elementor-child-category-group.state-select label span.state-red{background-color:red;}
.elementor-child-category-group.state-select label span.state-yellow{background-color:yellow;}
.elementor-child-category-group.state-select label span.state-green{background-color:green;}