.pagination__button {
    width: auto !important;
    padding: 0px 15px;
}

.tg-body-color {
    color: var(--tg-body-color);
}

.courses__item-pink.active,
.courses__item-pink:hover {
    background-color: #FF109F !important;
    color: #FFF0F9 !important;
}
.courses__item-pink {
    background-color: #FFF0F9 !important;
    color: #FF109F !important;
}

.courses__item-green.active,
.courses__item-green:hover {
    background-color: #04BC53 !important;
    color: #E8F9EF !important;
}
.courses__item-green {
    background-color: #E8F9EF !important;
    color: #04BC53 !important;
}

.brand-area .row.brand-active {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto;
    gap: 20px;
}

.brand-area .col {
    flex: 0 0 auto;
    width: auto;
}

.brand-area .brand__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.brand-area .brand__item img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

.sidebar-post-item:hover .title {
    color: var(--tg-theme-primary);;
}
.sidebar-post-item .title {
    color: var(--tg-heading-color);
}
.sidebar-post-item p,
.sidebar-post-item span {
    color: var(--tg-body-color);
}