.format-post .comments p a {
    font-weight: normal;
}

.comments h3.comment-reply-title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #ffeb3b;
}

.comments h3.comment-reply-title small {
    margin-left: 5px;
}

.comments h3.comment-reply-title small a {
    font-weight: normal;
    font-size: 11px;
}

.comments p.comment-form-cookies-consent {
    padding-bottom: 10px;
}

.comments p.comment-form-cookies-consent #wp-comment-cookies-consent {
    position: relative;
    top: 3px;
}

.comments p.comment-form-cookies-consent label {
    font-size: 11px;
}

.comments input[type="submit"] {

    background-color: #FF9800;
    color: #fff;
    border: none;
    width: 100%;
    height: 40px;
    display: flex;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 20px;
}

.comments textarea {
    height: 100px;
}

.comments .post-comments {
    padding-left: 0px;
}

.comments .post-comments li {
    list-style: none;
    border: 1px solid #FF5722;
    margin-bottom: 10px;
    background-color: #fff;
}

.comments .post-comments li.comment-respond {
    padding-left: 10px;
    padding-right: 10px;
}

.comments .post-comments li:last-child {
    margin-bottom: 0;
}

.comments .post-comments li .comment-body {
    padding: 10px;
    text-align: left;
    font-size: 12px;
}

.comments .post-comments li .children {
    margin-bottom: 0px;
    padding-left: 0;
}

.comments .post-comments li .children li {
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.comments .post-comments li .children li ol li {
    border: none;
}

.descr-email {

    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: 10px;
    line-height: 1;
    position: relative;
    top: -2px;
}

.comments .post-comments li .children li:nth-child(even) {
    background-color: #fff;
}

.comments .post-comments li .children li:nth-child(odd) {
    background-color: #e5e5e5;
}

.comments .comment-meta {
    margin-top: 5px;
    display: none;
}

.comments .comment-meta a {
    color: #333;
    text-decoration: none;
    font-size: 12px;
}

.comments .reply {
    margin-top: 10px;
}

.comments .reply a {
    background-color: #ff9800;
    padding: 2px 7px;
    text-decoration: none;
    font-size: 10px;
    display: inline-block;
    color: #fff;
}

.comments .comment-body p:nth-of-type(1):nth-last-of-type(1) {
    padding-bottom: 0;
}

.comments .comment-author {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.comments .comment-author img {

    border: 1px solid #333;
    border-radius: 100%;

}

.comments .comment-author cite a {
    color: #333;
    font-style: normal;
    text-decoration: none;
}

.comments .comment-respond {
    margin-top: 10px;
}

.post-comments .comment-respond {

    padding-left: 10px;
    padding-right: 10px;
}

.post-comments .comment-respond .descr-email {

    color: #333;
}

.post-comments .comment-respond .comment-reply-title {

    text-align: left;
    color: #333;
}

.field {

    position: relative;
    margin-bottom: 10px;
}

.field label {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -1px;
    transition: top .2s linear;
    color: #646464;
    z-index: 2;
    padding: 0 10px;
    text-align: left;
    height: 100%;
    display: flex;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

.field.field-comment label,
.field.field-email label {

    align-items: start;
    padding-top: 11px;
}

.field input,
.field textarea {

    width: 100%;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #ff9800;
    font-weight: 400;
    font-size: 12px;
}

.field textarea:focus,
.field input:focus {

    box-shadow: inset 0px 0px 3px #FF9800;
    border: 1px solid #FF5722;
    outline: 1px solid #FF5722;
}

.field.focused label {
    transition: top .2s linear;
    top: -7px;
    background-color: #ff5722;
    border-radius: 3px;
    color: #fff;
    font-size: 10.5px;
    display: inline-block;
    height: auto;
    padding: 1px 10px;
}

.comment-form-cookies-consent {

    display: none;
}

body .comment-awaiting-moderation {

    font-size: 13px;
}