/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 27 2025 | 16:40:10 */
.google-reviews-carousel {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
	color: #ffffff;
}

.review-slide {
    padding: 20px;
    background: #954B7200;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	font-family: Roboto;

}

.review-date {
    text-transform: uppercase;
    color: #8c8c8c;
}

.reviewer-photo {
    border-radius: 50%;
    margin-bottom: 12px;
    width: 64px;
    height: 64px;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.review-stars {
    margin: 6px 0;
    font-size: 20px;
    color: #FFD700;
}

.slick-dots {
	display: none;
}