.grc-review-card {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    height: 100%;
}

.grc-rating {
    color: #f4b400;
    font-weight: 600;
    margin-bottom: 10px;
}

.grc-text {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.grc-author {
    margin-top: 15px;
    font-size: 14px;
    color: #000;
}

.grc-swiper {
    padding-bottom: 50px;
}

.swiper-pagination-bullet {
    background: #000;
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}
