.tpro-swiper {
    position: relative;
    width: 100%;
}

.tpro-swiper .swiper-slide {
    height: auto;
}



.tpro-review-title {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 600;
}

.tpro-review-rating {
    margin-bottom: 8px;
    font-size: 16px;
    color: #ffb400;
}

.tpro-review-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.tpro-review-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

.tpro-review-author {
    font-weight: 600;
}

.tpro-swiper .swiper-button-next,
.tpro-swiper .swiper-button-prev {
    color: #222;
}

.tpro-swiper .swiper-pagination-bullet-active {
    background: #222;
}
