.reviews-section {
    padding: 30px 15px;
}

.reviews-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #000;
}

.review-card {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 25px;
    overflow: hidden;
    border: 1px solid #eee;
}

.review-img-wrapper {
    width: 100%;
    height: auto;
}

.review-photo {
    width: 100%;
    display: block;
    padding: 15px;
}

.review-content {
    padding: 15px;
}

.review-author-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.author-name {
    font-weight: 800;
    font-size: 16px;
    color: #000;
}

.verified-icon {
    display: flex;
    align-items: center;
}

.stars-img {
    height: 18px;
    width: auto;
    display: block;
    margin-bottom: 10px;
}

.review-text {
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    margin: 0;
}