.google-review-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Google Rating */
.google-reviews-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.google-reviews-rating-content p {
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-weight: 700;
    padding-right: 15px;
    margin: 0;
}

.google-reviews-rating-content {
    display: flex;
    align-items: center;
}

.google-reviews-rating-stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.google-reviews-rating-stars img {
    width: 22px;
    height: auto;
}

/* Widget Google Reviews */
.google-reviews {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
}

.google-reviews .google-reviews-details {
    display: flex;
    align-items: center;
    gap: 15px;
}

.google-reviews .google-reviews-image-profile {
    width: 40px;
    height: 40px;
    max-width: 100%;
}

.google-reviews .google-reviews-name {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #212121;
    margin: 0;
}

.google-reviews .google-reviews-date {
    font-size: 12px;
    line-height: 20px;
    color: #212121;
    opacity: 0.5;
    margin: 0;
}

.google-reviews .google-reviews-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 8px;
    margin-top: 15px;
}

.google-reviews .google-reviews-stars img {
    width: auto;
}

.google-reviews .google-reviews-text {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.google-reviews-slider .slick-prev:before {
    background: url(../../../images/arrow-left.svg);
    background-repeat: no-repeat;
    text-indent: 999;
    width: 25px;
    height: 25px;
    font-size: 0;
    display: inline-block;
    opacity: 1;
}
.google-reviews-slider .slick-next:before {
    background: url(../../../images/arrow-right.svg?1550845714);
    background-repeat: no-repeat;
    text-indent: 999;
    width: 25px;
    height: 25px;
    font-size: 0;
    display: inline-block;
    opacity: 1;
}

.google-reviews-slider .slick-prev {
    left: -20px;
}

.google-reviews-slider .slick-next {
    right: -20px;
}

@media screen and (max-width: 768px) {
    .google-reviews-slider .slick-prev {
        left: -10px;
    }

    .google-reviews-slider .slick-next {
        right: -10px;
    }

    .google-reviews-rating {
        margin-bottom: 30px;
    }
}