.customer-review-image img {
    height: 77px;
    width: 77px;
    border-radius: 0px;
    border: 1px solid #808080;
}

.report-img {
    height: 24px !important;
    width: 24px !important;
}

.customer-review {
    border: 0.5px solid #212121;
    padding: 30px 33px;
    border-radius: 12px;
}

.customer-review .customer-img {
    height: 48px;
    border-radius: 50%;
}

.rating-container .rating-stars {
    border: none !important;
    outline: none !important;
}

.rating-uni .empty-stars span {
    color: #d3d3d3 !important; /* Light grey or your preferred color */
    background-color: transparent; /* Optional if you want background */
}

/* Color of filled stars */
.rating-uni .filled-stars span {
    color: #f39c12 !important; /* Gold or any other color */
}

.reviewer-name {
    font-family: var(--font-bold);
    font-size: var(--fs-nl);
    font-weight: 700;
}

.review-bottom-content p {
    color: #4f4f4f;
    font-size: var(--fs-sm);
}

@media (max-width: 600px) {
    .customer-review-image img {
        height: 50px;
        width: 50px;
    }

    .customer-review {
        padding: 10px 13px;
    }

    .custom-star-rating .rating-container .filled-stars,
    .custom-star-rating .rating-container .empty-stars {
        font-size: 0.55rem !important;
    }
    .reviewer-name {
        font-family: var(--font-bold);
        font-size: var(--fs-md) !important;
        font-weight: 700;
    }
}
