#google-reviews .stars ul {
    display: inline-block;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

#google-reviews .stars ul li {
    float: left;
    list-style: none !important;
    margin-right: 1px;
    line-height: 1;
}

#google-reviews .stars ul li i {
    color: #fcb002 !important;
    font-size: 20px;
    font-style: normal;
}

#google-reviews .stars ul li i.inactive {
    color: #c6c6c6 !important;
}

#google-reviews .star:after {
    content: "\2605";
}


#google-reviews>.google-reviews-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#google-reviews>.google-reviews-header  > .google-reviews-title{
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
#google-reviews>.google-reviews-header>.google-reviews-link-maps {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

#google-reviews>.google-reviews-header>.google-reviews-link-maps>h2 {
    margin-bottom: 0;
    width: 80%;
}

#google-reviews>.google-reviews-header>.google-reviews-link-maps>a {
    margin-bottom: 0;
    text-align: right;
    width: 20%;
}

#google-reviews>.google-reviews-header>.google-reviews-total-rating {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: fit-content;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

#google-reviews>.google-reviews-header>.google-reviews-total-rating .stars {
    display: flex;
    align-items: center;
    gap: 10px;

}

#google-reviews>.google-reviews-header>.google-reviews-total-rating p {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
}

#google-reviews>.google-reviews-header a {
    width: fit-content;
    border-radius: 20px;
}

#google-reviews .reviews {
    padding: 0;
    margin: 20px -5px 0 -5px;
}

#google-reviews .reviews .review-item {
    margin: 0 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    background-color: white;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

#google-reviews .reviews .review-header {
    display: flex;
    margin-bottom: 0;
}

#google-reviews .reviews .review-picture {
    width: 45px !important;
    height: auto;
    align-self: center;
    margin-right: 15px;
}

#google-reviews .reviews .review-usergrade {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#google-reviews .reviews .review-meta {
    text-align: left;
    font-size: 100%;
    margin-bottom: 2px;
}

#google-reviews .reviews .review-stars {
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#google-reviews .reviews .review-author {
    text-transform: capitalize;
    font-weight: 600;
    color: var(--color-primary) !important;
}

#google-reviews .reviews .review-date {
    opacity: .6;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    color: black !important;
}

#google-reviews .reviews .review-text {
    line-height: 1.5;
    text-align: left;
    max-width: 100%;
    font-size: 14px;
    overflow-y: hidden;
    color: black !important;
    margin-bottom: 0;
}

#google-reviews .slick-track {
    display: flex !important;
}

#google-reviews .slick-slide {
    height: inherit !important;
}

#google-reviews .slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 0 0;
    width: 100%;
    padding: 0 10px;
    list-style-type: none;
}

#google-reviews .slick-dots li button {
    color: transparent !important;
    background-color: black;
    width: 12px !important;
    height: 12px !important;
    opacity: .4;
    border-radius: 100% !important;
    outline: none;
    border: none;
    border-radius: 0;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

#google-reviews .slick-dots li.slick-active button {
    opacity: 1;
}

@media(max-width:768px) {
    #google-reviews>.google-reviews-header>.google-reviews-link-maps {
        flex-direction: column;
    }

    #google-reviews>.google-reviews-header>.google-reviews-link-maps>h2,
    #google-reviews>.google-reviews-header>.google-reviews-link-maps>a {
        width: 100%;
        text-align: left;
    }
}