
/* Review Box Design */
.woocommerce #reviews .commentlist li .comment-text {
    color: black;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 6px;
}

/* Reviewer Name Bold & Black */
.woocommerce #reviews .commentlist li .meta strong {
    font-weight: bold;
    color: #000;
}

/* Submit Button Styling */
#respond input#submit {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

#respond input#submit:hover {
    background-color: #003f88;
    color: #000;
}
