#comments {
    margin-top: 2rem;
}
.comments-title {
    margin-bottom: 1rem;
}
.comment {
    background: #f3f6f7a8;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 1rem;
}
.comment-form {
    color: var(--color-1);
    line-height: 1.9;
}
.comment-form h3 {
    color: var(--color-1);
}
#reply-title {
    font-size: 1.3rem;
    font-weight: 600;
}
.comment-notes {
    font-size: 0.9rem;
    color: #808e91;
    flex-direction: row !important;
    margin-top: 4px;
    font-weight: 400 !important;
}
.comment-list {
    border-bottom: 1px solid #cdd7d6;
    padding-bottom: 2rem;
}
.comment-body {
    display: flex;
    flex-direction: column;
    padding: 30px 10px 30px 0;
}
.comment-author.vcard {
    font-family: 'IRANYekanX';
    font-size: 17px;
}
.comments-area .comment, .comments-area .pingback {
    position: relative;
}
.comments-area .comment .avatar, .comments-area .pingback .avatar {
    position: absolute;
    right: 16px;
    border-radius: 50%;
    margin-right: 0px;
    margin-left: 10px;
    height: auto;
    max-width: 100%;
    width: 50px;
}
.comment::marker {
    content: "";
}
.comments-area .comment .comment-body {
    padding: 30px 60px 30px 0;
}
.commentmetadata > a {
    font-size: 12px;
    line-height: 14px;
    color: #aaaaaa;
}
.comments-area .commentmetadata {
    margin-bottom: 16px;
}
.comments-area .reply {
    position: absolute;
    font-size: 0.94rem;
    font-weight: 500;
    left: 16px;
    right: unset !important;
}
.comments-area .reply a {
    color: var(--color-1);
}
.children .comment {
    background: #e2f3ee;
}
ol.children {
    width: 97%;
    margin-right: 3%;
}
.comment-respond {
    margin-top: 3rem;
}

.comment-form p {
    display: flex;
    flex-direction: column;
    font-weight: 500;
}
.comment-form-comment {
    margin-top: 1rem;
}
.required {
    color: red;
}
.comment-form textarea {
    border-radius: 4px;
    border: 1px solid #E7E7E7;
    padding: 0.5rem 1rem;
    font: 1rem "iranyekanx";
    color: #52535d;
    margin: 12px 0;
}
.comment-form textarea:focus {
    outline: 1px solid #01c694;
}
.comment-form-url {
    display: none !important;
}
.comment-form-cookies-consent {
    flex-direction: row !important;
    gap: 8px;
}

.comment-form-author {
    float: right;
    width: 49%;
    margin-left: 2%;
}
.comment-form-email {
    width: 49%;
}
.comment-form-author input, .comment-form-email input {
    margin: 12px 0;
    border-radius: 4px;
    border: 1px solid #E7E7E7;
    padding: 0.6rem 1rem;
}
.comment-form-author input:focus, .comment-form-email input:focus {
    outline: 1px solid #01c694;
}
.form-submit {
    flex-direction: row !important;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
input.submit {
    border: none;
    border-radius: 4px;
    padding: 18px 32px;
    background: #079f7c;
    font: 1rem "iranyekanx";
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}
input.submit:hover {
    background: #15bc9c;
}
#cancel-comment-reply-link {
    margin-right: 1rem;
    color: #ff4040;
    font-size: 0.9rem;
}
.comment-form-cookies-consent {
    font-size: 0.9rem;
}