.tgr-widget-container {
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
    margin: 0 auto;
}

.tgr-overall-rating {
    text-align: center;
    margin-bottom: 30px;
}

.tgr-rating-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.tgr-google-logo {
    width: 40px;
    height: 40px;
}

.tgr-rating-number {
    font-size: 36px;
    font-weight: 700;
    color: #15779b; /* Default Primary */
}

.tgr-stars {
    display: flex;
    gap: 2px;
}

.tgr-star {
    font-size: 24px;
    color: #15779b; /* Default Primary */
}

.tgr-star-empty {
    color: #ccc;
}

.tgr-rating-text {
    font-size: 16px;
    color: #757575;
}

.tgr-reviews-slider {
    padding-bottom: 40px !important;
}

.tgr-review-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #efefef;
}

.tgr-review-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.tgr-author-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.tgr-author-info {
    display: flex;
    flex-direction: column;
}

.tgr-author-name {
    font-weight: 600;
    font-size: 16px;
    color: #2b2b2b;
}

.tgr-review-date {
    font-size: 12px;
    color: #757575;
}

.tgr-review-stars {
    margin-bottom: 15px;
}

.tgr-review-stars .tgr-star {
    font-size: 18px;
}

.tgr-review-text {
    font-size: 14px;
    line-height: 1.6;
    color: #2b2b2b;
    flex-grow: 1;
}

.swiper-pagination-bullet-active {
    background-color: #15779b !important;
}
