.tag-cloud {
    border-left: 0 !important;
}

.tcp-cloud-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.cloud-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    width: 90%;
}

.cloud-tags li {
    margin-left: 0 !important;
    font-size: 12px;
    line-height: 14px;
    color: rgb(147, 147, 147);
}

.cloud-tags li a {
    font-size: 13px;
    font-family: "ARIAL";
    line-height: 20px;
    color: rgb(147, 147, 147);
    transition: all 0.4s ease;
}

.cloud-tags li.active a,
.cloud-tags li a:hover {
    color: #ff0000;
}