.google-reviews-widget-8e93565b {
    font-family: 'Open Sans', sans-serif;
    padding: 30px;
    background: #f8fafc;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin: 20px 0;
    overflow: hidden;
}

.g-header-8e93565b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 20px;
}

.g-logo-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.google-icon-8e93565b {
    width: 90px;
    height: auto;
}

.g-rating-meta {
    display: flex;
    align-items: center;
    gap: 8px;
}

.g-rating-num {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
}

.g-stars-8e93565b {
    display: flex;
    gap: 2px;
}

.g-stars-8e93565b svg {
    width: 20px;
    height: 20px;
    fill: #fbbc05;
}

.g-reviews-count {
    font-size: 13px;
    color: #64748b;
    margin-top: 2px;
}

.g-nav-btns-8e93565b {
    display: flex;
    gap: 8px;
}

.g-nav-btns-8e93565b button {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.g-nav-btns-8e93565b button:hover {
    background: #1a73e8;
    border-color: #1a73e8;
}

.g-nav-btns-8e93565b button:hover svg {
    fill: #ffffff;
}

.g-nav-btns-8e93565b button svg {
    width: 24px;
    height: 24px;
    fill: #1e293b;
    transition: fill 0.2s ease;
}

.reviews-slider-container-8e93565b {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.reviews-wrapper-8e93565b {
    display: flex;
    gap: 20px;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

.review-card-8e93565b {
    flex: 0 0 calc(33.333% - 14px);
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    border: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .review-card-8e93565b {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 640px) {
    .review-card-8e93565b {
        flex: 0 0 100%;
    }
}

.card-header-8e93565b {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    position: relative;
}

.reviewer-avatar-8e93565b {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e0f2fe;
    color: #0369a1;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
}

.reviewer-meta-8e93565b {
    flex-grow: 1;
}

.reviewer-name-8e93565b {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 6px;
}

.g-ver-badge svg {
    fill: #1a73e8;
    vertical-align: middle;
}

.review-time-8e93565b {
    font-size: 12px;
    color: #94a3b8;
}

.google-badge-top-8e93565b {
    position: absolute;
    top: 0;
    right: 0;
}

.stars-row-8e93565b {
    display: flex;
    gap: 2px;
    margin-bottom: 12px;
}

.stars-row-8e93565b svg {
    width: 16px;
    height: 16px;
}

.stars-row-8e93565b svg.star-filled {
    fill: #fbbc05;
}

.review-text-8e93565b {
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 15px 0;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.verified-label-8e93565b {
    font-size: 12px;
    color: #10b981;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.verified-badge-icon {
    font-weight: bold;
}
