.woocommerce-Reviews { @include media-breakpoint-down (md) { #comments { margin-bottom: 40px; } } @include media-breakpoint-up (lg) { display: flex; justify-content: space-between; #comments, #review_form_wrapper { width: 47%; } } h2 { --fontSize: 20px; margin-bottom: 30px; } .commentlist { @include list-normalize; border-top: 1px solid $border-color; li { margin-bottom: 0; &:not(:last-child) { .comment_container { padding-bottom: 40px; border-bottom: 1px solid $border-color; } } } } .comment_container { position: relative; padding-top: 40px; } .avatar { position: absolute; left: 0; width: 45px; height: 45px; border-radius: 100%; } .comment-text { padding-left: 70px; .description > * { margin: 20px 0 0 0; &:first-child { margin-top: 0; } } } .star-rating { float: right; margin-top: 3px; } .meta { display: flex; align-items: center; line-height: 20px; span { display: inline-block; text-indent: -99999px; margin: 0 10px; &:before { font-size: 10px; float: left; content: '/'; text-indent: 1px; } } time { font-size: 11px; font-weight: 500; text-transform: uppercase; } } > .clear { display: none; } }