#comments h1 {
    font-size: 1.5em;
    margin: 10px;
}

#comments .comment-navigation .nav-next,
#comments .comment-navigation .nav-previous {
    text-align: right;
}

#comments .comment-navigation .nav-next a,
#comments .comment-navigation .nav-previous a {
    font-size: 18px;
}

#comments fieldset,
#comments label {
    margin: 0;
    padding: 0;
}

#comments .comments-title {
    font-size: 2.369em;
}

#comments .comment-navigation {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
}

#comments .comment-navigation .nav-next,
#comments .comment-navigation .nav-previous {
    text-align: right;
}

#comments .comment-navigation .nav-next a,
#comments .comment-navigation .nav-previous a {
    font-size: 18px;
}

#comments #comment-nav-above {
    display: none;
}

#comments .comment-body .reply {
    display: none;
}

#comments .comment-body .comment-meta {
    /* Responsive styles handled separately below */
}

@media screen and (max-width: 767px) {
    #comments .comment-body .comment-meta {
        margin-left: 40px;
    }
}

#comments .comment-body .comment-meta cite {
    font-size: 18px;
    font-weight: 500;
}

#comments .comment-list .comment-content {
    padding-bottom: 0;
    margin-bottom: 10px;
}

#comments .comment-list .comment-content .comment-text {
    padding: 20px;
}

#comments .comment-list .comment-content .comment-text p {
    font-size: 18px;
    line-height: 1.5em;
}

/****** Style Star Rating Widget *****/
#commentform .rating-intro {
    margin: 0 0 20px 0;
    max-width: 100%;
}

#commentform .comment-notes {
    display: none;
}

#commentform .comment-form-comment .required,
#commentform .comment-form-email .required,
#commentform .comment-form-author .required {
    display: none;
}

#commentform .comment-form-email label,
#commentform .comment-form-author label,
#commentform .rating-label {
    font-size: 16px;
    color: black;
}

#commentform .comment-form-comment {
    margin: 0 0 20px 0;
    max-width: 100%;
}

#commentform .comment-form-comment label {
    font-size: 16px;
}

#commentform .form-submit {
    margin: 0 0 20px 0;
    clear: both;
}

#commentform .form-submit #submit {
    font-size: 16px;
}

#commentform .error {
    color: #c17464;
}

#commentform #wait_approval {
    color: #59837f;
}

.starRating {
    border: none;
    float: left;
}

.starRating > input {
    display: none;
}

#commentform .starRating label {
    height: 40px;
    margin-left: 0;
    margin-right: 21px;
}

.starRating label:before {
    margin: 5px;
    display: inline-block;
    content: "";
    border: 0 !important;
    height: 40px;
    width: 40px;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z" fill="%23ddd"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    background-color: transparent !important;
}

.starRating > label:after {
    display: none;
}

.starRating > label {
    float: right;
}

.starRating > input:checked ~ label:before,
.starRating:not(:checked) > label:hover:before,
.starRating:not(:checked) > label:hover ~ label:before {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z" fill="%23ffd700"/></svg>') !important;
}

.starRating > input:checked + label:hover:before,
.starRating > input:checked ~ label:hover:before,
.starRating > label:hover ~ input:checked ~ label:before,
.starRating > input:checked ~ label:hover ~ label:before {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z" fill="%23ffed85"/></svg>') !important;
}

/***** Styling of posted comments *****/
#respond {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #f0f0f0;
    border-radius: 3px;
}

.stars {
    margin-bottom: 0;
}

.stars svg {
    fill: #ffd700;
    width: 22px;
    height: auto;
}

/** Styling of gutenberg rating block */
.rating-block {
    padding: 0 20px;
    display: flex;
        justify-content: center;
        align-items: center;   
}

.rating-block .rating-block-content-wrap {
    display: flex;
    align-items: center;
}

.rating-block .rating-block-content-wrap .stars {
    display: flex;
}

.rating-block .rating-block-content-wrap .stars svg {
    fill: #ffd700;
    width: 20px !important;
    height: auto;
}

.rating-block .rating-block-content-wrap .count-rating {
    line-height: 32px;
    font-size: 18px;
    margin-left: 8px;
}

.rating-block.aligncenter .rating-block-content-wrap {
    justify-content: center;
}

.rating-block .count-rating {
    font-size: 1rem;
    font-weight:500;
}

.rating-block.white .count-rating {
    color: #fff;
}