.oht_universal_category_list {
    /* column-gap: 20px; adjust as needed */
    break-inside: avoid;
    padding: 0;
    list-style: none;
}
.gd-cptcat-ul.gd-cptcat-parent.gd-cpt-flat {
    width: 100%!important;
}

.oht_universal_category_list-wrapper{
    padding:5px;
}
.oht_universal_category_list-wrapper .oht-child-list{
    break-inside: avoid;
    padding: 0;
    list-style: none;
}
.oht_universal_category_list li {
    break-inside: avoid; /* prevent breaking inside list items */
}
.oht_universal_category_list li.parent-category {
    font-weight: bold; /* for example, you can make parent categories bold */
}
.oht_universal_category_list li.child-category {
    margin-left: 15px; /* and indent child categories */
    font-size: 14px;
    font-weight: normal;
}
.oht_universal_category_list-wrapper .post-type-title {
    font-size: 24px; 
    margin-bottom: 15px;
}
.oht_universal_category_list .oht_cat_count{
	color:#7c7c7c;
}
.oht_universal_category_list li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
    padding-right:10px;
    min-width: 120px;

}
.oht_universal_category_list-wrapper .ltr{
    display:flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    column-gap: 0;
    /*  */
}
.oht_universal_category_list-wrapper h3{
    margin-top: 5px;
    margin-bottom: 5px;
}
.oht_universal_category_list-wrapper .ltr li {
    width:20%;
}
.oht_universal_category_list li.child-category {
    width:100%;
}
.oht-universal-1-column{
    /* we need everything to flow left to right */
    display:flex;
    flex-wrap: wrap;

}
.oht-universal-1-column li{
    width: 18%;
    min-width: 156px;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

@media only screen and (max-width: 860px) {
    .oht_universal_category_list-wrapper  li{
        width:auto !important;
    }
}
@media only screen and (max-width: 600px){
    .oht_universal_category_list-wrapper  li{
        width:48% !important;
    }
   
}
