.cat-terms-title {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin-top: 10px;
    padding: 10px 2px;
    cursor: pointer;
    transition: 0.2s ease;
    display: block;
    justify-content: space-between;
    align-items: center;
}

.cat-listing-item {
    margin-left: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
    max-width: 160px;
}

.cat-listing-item a {
    color: #A4ABC5;
    font-weight: 500;
    font-size: 14px;
}

.cat-main {
    /* width: 100%; */
    display: flex;
}

.cat-category-wrapper {
    width: 100%;
    flex-wrap: wrap;
    overflow-y: auto;
    margin-left: 15px;
}

.arrow {
    color: #8791B2;
    margin-right: 10px;
    /* transition: 0.25s ease; */
}

.arrow-animate {
    transform: rotate(270deg);
    opacity: 1;
}

.post-list {
    display: block;
    padding: 20px 0px;
}

.cat-listing-item a.active_single_post {
    color: #000;
}