.filter-wrapper{
    border: 0;
    padding: 0;
    margin: 0;
}
.filter-help{
    display: none !important;
}
.js-form-type-textarea label{
    display: none;
}
.comments {
    margin: 30px 0;
}
.js-comment {
    margin-bottom: 15px;
}
.indented .js-comment{
    margin-bottom: 0;
}
.comments p:last-child{
    margin-bottom: 0;
}
.comment__avatar img{
    width: 100%;
    height: auto;
}
.comment-comments-form{
    position: relative;
}
.comment-comments-form textarea{
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 15px;
    background-color: #f7f7f7;
    border: 1px solid rgba(0,0,0,.03);
    border-radius: 3px;
    -webkit-transition: background-color .1s linear,border-color .1s linear,-webkit-box-shadow .1s linear;
    transition: background-color .1s linear,border-color .1s linear,box-shadow .1s linear;
    transition: background-color .1s linear,border-color .1s linear,box-shadow .1s linear,-webkit-box-shadow .1s linear;
    min-height: 48px;
    font-size: 16px;
    width: 100%;
    resize: none;
}
.comment-comments-form textarea:hover {
    background-color: #fff;
    border-color: #bdd6fa;
    -webkit-box-shadow: 0 0 0 3px rgb(70 131 217 / 12%);
    box-shadow: 0 0 0 3px rgb(70 131 217 / 12%);
}
.comment-comments-form textarea:hover:focus {
    border-color: #7ca4d3;
}
.comment-comments-form .form-submit {

}
.comments__title-add,
.comments__title{
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 20px;
}
.comments__title-add {
    margin-top: 20px;
}
.js-comment:not(:first-child){
    padding-top: 25px;
}
.comment__header{
    display: grid;
    grid-template-columns: 32px 1fr;
    grid-gap: 15px;
}
.comment__author{
    font-size: 18px;
    font-weight: bold;
}
.comment__author,
.comment__author a{
    color: black;
    text-decoration: none;
}
.comment__date{
    font-size: 12px;
    line-height: 16px;
}
.comments ul.links.inline {
    display: flex;
    flex-wrap: wrap;
}

.comments ul.links.inline li {
    margin-right: 16px;
    font-weight: bold;
}

.comments ul.links.inline li a {
    color: #3881c3;
}

.comments p{
    margin: 11px 0;
}
.indented {
    padding: 14px 0 16px 0;
    position: relative;
    padding-left: 15px;
    border-left: 1px solid #EEEEEE;
}
.indented .indented .indented .indented{
    padding-left: 0;
}
.indented .links{
    margin: 0 !important;
}
mark{
    display: none;
}
.ajax-comments-form-reply {
    margin: 15px 0 0 0;
}
.anonymous .comments .links{
    display: none !important;
}
.auth-warning-comment{
    text-align: center;
    padding: 15px;
    background: #f1f1f1;
}
.comment__authtitle{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 15px;
}
.auth-warning-comment a{
    font-weight: bold;
}
.comments .filter-wrapper {
    display: none;
}

.comments textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}
.comments label.form-required {
    display: none;
}
.comments .comments__title-add {
    margin-bottom: 10px;
}
