/* 고객수기 미리보기 배경 흰색 */
.reviews-preview {
    padding: 80px 0;
    background: #ffffff !important;
}

.reviews-preview .view-all {
    color: #099F97 !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
}

.reviews-preview .view-all:hover {
    color: #1B3559 !important;
}

/* 고객수기 별점 제거 */
.testimonials-grid-preview .testimonial-rating,
.testimonial-rating {
    display: none !important;
}
