/* Cache Busting Comment Update 3 */

.wsw-reviews-carousel {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 58px;
    box-sizing: border-box;
}

.wsw-carousel-viewport {
    overflow: hidden;
    width: 100%;
    padding: 0 0 14px;
}

.wsw-carousel-track {
    display: flex;
    gap: 20px;
    will-change: transform;
}

.wsw-review-card {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10) !important;
    color: #222;
    display: flex;
    flex-direction: column;
    min-height: 274px;
}

/* Stacked Google Review / rating layout */
.wsw-review-top {
    display: block;
    margin-bottom: 18px;
}

.wsw-google-logo {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    white-space: nowrap;
    margin-bottom: 8px;
}

.wsw-review-word {
    color: #111 !important;
    font-size: 16px !important;
    font-weight: 600 !important; 
    margin-left: 4px;
}

.g-blue { color: #4285f4; }
.g-red { color: #ea4335; }
.g-yellow { color: #fbbc05; }
.g-green { color: #34a853; }

.wsw-rating-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    text-align: left;
    white-space: nowrap;
}

.wsw-rating-number {
    display: inline-block;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 1;
    color: #111;
}

.wsw-stars {
    color: #f5a623;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -1px;
}

.wsw-review-text {
    font-size: 15px !important;
    line-height: 22px !important;
    color: #111 !important;
    flex: 1 1 auto;
}

.wsw-review-text p {
    margin: 0 0 12px;
}

.wsw-review-name {
    margin-top: 15px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #222;
}

.wsw-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background: #fff;
    color: #222;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.wsw-carousel-prev {
    left: 0;
}

.wsw-carousel-next {
    right: 0;
}

.wsw-carousel-arrow:hover,
.wsw-carousel-arrow:focus-visible {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
    background: #fafafa;
}

.wsw-reviews-message {
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
}

@media (max-width: 767px) {
    .wsw-reviews-carousel {
        padding: 0 44px;
    }

    .wsw-review-card {
        padding: 20px;
        min-height: 250px;
    }

    .wsw-google-logo {
        font-size: 20px;
    }

    .wsw-review-word {
        font-size: 18px;
    }

    .wsw-rating-number {
        font-size: 20px;
    }

    .wsw-stars {
        font-size: 23px;
    }

    .wsw-carousel-arrow {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }
}
