#google-reviews > div{
    padding: 0;
}
#google-reviews .top-reviews>p {
    font-size: 24px;
    padding: 20px;
    line-height: 1;
}

#google-reviews .top-reviews>a {
    display: inline-block;
}

#google-reviews .reviews {
    padding: 0;
}

#google-reviews .reviews .review-item {
    margin: 0 auto;
    padding: 0 calc(var(--spaces-md)/2);
    display: flex;
    flex-direction: column;
    align-content: stretch;
    background-color: white;
    width: 100%;
    height: auto;
}

#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 {
    display: flex;
    justify-content: start;
}

#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 .reviews .review-stars ul {
    display: inline-block;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

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

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

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

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

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

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

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

/*DFDMOD */

#google-reviews .reviews .review-author {
    font-weight: bold;
    color: var(--footer_color) !important;
}

#google-reviews .reviews .review-item {
    padding: 15px;
    background-color: var(--color-light-grey);
    border: solid 0px var(--color-light-grey);
}

#google-reviews .reviews .review-date {
    opacity: .6;
    display: block;
    font-size: .9em;
    margin-top: 5px;
    font-weight: bold;
}

#google-reviews .reviews .review-text {
    line-height: 1.5 !important;
    font-size: .8em !important;
}

/*DFDFIN*/