#reviews {
    margin: 0px;
    max-width: none;
}

#reply-title {
    font-size: 16px;
}

.woocommerce-Reviews-title {
    display: none;
}

.form-submit {
    text-align: right;
}

#commentform .form-submit #submit {
    padding: 10px 35px 10px 35px;
}

.woocommerce-Reviews-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.comment-reply-title {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-top: 15px;
}

/* Fix star rating layout */
.comment-form-rating .stars {
    display: flex;
    gap: 5px;
}

.comment-form-rating select {
    display: none;
    /* Hide dropdown rating */
}



#reviews p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
}

#reviews p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
}

#reviews p.stars a:hover~a::before {
    content: "\e021"
}

#reviews p.stars:hover a::before {
    content: "\e020"
}

#reviews p.stars.selected a.active::before {
    content: "\e020"
}

#reviews p.stars.selected a.active~a::before {
    content: "\e021";
}

#reviews p.stars.selected a:not(.active)::before {
    content: "\e020";
}

/* #reviews .comment-form-author,
#reviews .comment-form-email {
    float: none;
    margin-left: auto
} */