.news-comments{
    padding: 40px 0;
    border-bottom: 1px solid #D5D5D5;
}
.comments-header{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
    padding-left: calc((100% - 610px) / 2);
}
.comments-count{
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: start;
    column-gap: 14px;
    font-family: "Inter-Regular", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin: 0;
}
.comments-count span{
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: center;
    column-gap: 5px;
}
.comments-actions{
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    gap: 20px;
}
.comments-actions button{
    font-family: "Inter-SemiBold", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57;
    padding: 10px 20px;
    border: 1px solid #D7162F;
}
.btn-view-comments{
    background: transparent;
    color: #D7162F
}
.btn-add-comment {
    background: #D7162F;
    color: white;
}
@media (max-width: 576px){
    .comments-header{
        display: flex;
        flex-flow: column nowrap;
        justify-content: start;
        align-items: center;
        row-gap: 30px;
        padding-left: 0;
    }
    .comments-actions{
        width: 100%;
        flex-flow: column nowrap;
        align-items: stretch;
    }
    .comments-actions button{
        width: 100%;
    }
}

.comment-content-wrapper{
    padding: 40px 0;
    border-bottom: 1px solid #D5D5D5;
}
.comment.depth-2 .comment-body,
.comment.depth-3 .comment-body{
    border-left: 1px solid #D7162F;
}
.comment.depth-2 .comment-body{
    padding-left:20px;
    margin: 20px;
}
.comment.depth-3 .comment-body{
    padding-left: 20px;
    margin-left: 40px;
}
.comment.depth-2 .comment-content-wrapper,
.comment.depth-3 .comment-content-wrapper{
    margin: 20px 0;
}
.comment.depth-1:last-child > .comment-content-wrapper{
    padding-bottom: 0;
    border-bottom: none;

}
.comment.depth-1:has(div.comment):not(:last-child){
    padding-bottom: 40px;
    border-bottom: 1px solid #D5D5D5;
}

.comment.depth-2 .comment-content-wrapper
.comments-list > .comment:last-child .comment-content-wrapper{
    border: none;
    padding-bottom: 0;
}

.comment-author-name{
    display: block;
    font-family: "Inter-Bold", sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #333333;
    margin-bottom: 3px;
}
.comment-metadata a{
    font-family: "Inter-Regular", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #7E7E7E;
}
.comment-text p{
    font-family: "Inter-Regular", sans-serif;
    font-size: 14px;
    line-height: 1.57;
    color: #333333;
    margin: 20px 0 40px;
}
.comment-reply-link{
    display: inline-block;
    padding: 15px 17px;
    background: transparent;
    color: #333333;
    border: 1px solid #333333;
    font-family: "Inter-Regular", sans-serif;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    transition: all 0.3s ease;
}
.comment-reply-link:hover{
    background: #D7162F;
    border-color: #D7162F;
    color: white;
}
.comment-reply-link svg{
    margin-left: 10px;
}
.comment-reply-link:hover svg path{
    fill: white;
}
.comment-navigation{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
}
.nav-previous a, .nav-next a{
    font-family: "Inter-Regular", sans-serif;
    font-size: 14px;
    line-height: 2;
    color: #D7162F;
    margin-top: 10px;
}
@media(max-width: 767px){
    .comment-text p{
        margin: 16px 0 24px;
    }
    .comment-reply-link{
        font-size: 12px;
    }
}

.comment-reply-title{
    font-family: "Inter-Regular", sans-serif;
    font-size: 24px;
    line-height: 1.9;
    letter-spacing: -0.03em;
    color: #333333;
    padding-top: 30px;
    border-top: 1px solid #D5D5D5;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    row-gap: 10px;
}
.comment-reply-title small{
    display: flex;
}
.comment-reply-title small a{
    font-size: 12px;
    line-height: 1;
    color: #D7162F;
}

#commentform {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
    row-gap: 20px;
}
.comment-form-wrapper:not(:last-child){
    padding-bottom: 40px;
    border-bottom: 1px solid #D5D5D5;
}
#commentform p{
    margin: 0;
}
.comment-form-author{
    order: 1;
    width: 50%;
    padding-right: 10px;
}
.comment-form-email{
    order: 2;
    width: 50%;
    padding-left: 10px;
}
.comment-form-comment{
    order: 3;
    width: 100%;
}
.comment-form-cookies-consent{
    order: 4;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: start;
    column-gap: 10px;
    margin-bottom: 20px !important;
}
.comment-form-cookies-consent input{
    accent-color: #D7162F;
}

.misc{
    order: 5;
    width: calc(100% - 300px);
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: start;
    column-gap: 30px;
}
.misc p,
.comment-form-cookies-consent label{
    font-family: "Inter-Regular", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}
.misc p:first-child{
    flex-shrink: 0;
}
.misc p:first-child span{
    color: #D7162F;
}
.misc p:last-child{
    max-width: 310px;
}
.form-submit{
    order: 6;
    width: 210px;
    display: flex;
    justify-content: end;
}
#commentform p label:not([for="wp-comment-cookies-consent"]){
    display: none;
}
#commentform p input:not([type="checkbox"]),
#commentform p textarea{
    width:100%;
    padding: 12px 20px;
    background: #F2F2F2;
    border-radius: 0;
    outline: none;
    border: none;
    font-family: "Inter-Regular", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.66;
    color: #333333;
}
#commentform p textarea{
    height: 280px;
}
#commentform p input::placeholder,
#commentform p textarea::placeholder{
    color: #333333;
    opacity: 1;
}
.submit-comment-btn{
    padding: 12px 20px;
    background: #D7162F;
    color: white;
    border: none;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
#respond{
    padding-bottom: 30px;
}
#respond .comment-reply-title{
    padding-top: 0;
    border: none;
}
@media(max-width: 767px){
    #commentform {
        flex-flow: column nowrap;
        justify-content: start;
        row-gap: 10px;
    }
    .comment-form-author{
        width: 100%;
        padding-right: 0;
    }
    .comment-form-email{
        width: 100%;
        padding-left: 0;
    }
    .misc{
        width: 100%;
        column-gap: 50px;
        justify-content: space-between;
    }
    .misc p:last-child{
        max-width: 310px;
    }
    .form-submit{
        width: 100%;
    }
    .submit-comment-btn{
        width: 100%;
    }
}
@media (max-width:576px) {
    .misc{
        flex-flow: column nowrap;
        justify-content: start;
        align-items: start;
        column-gap: 50px;
        row-gap: 16px;
        margin-bottom: 20px;
    }
}

.no-comments{
	text-align: center;
}


.comment-moderation-message {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
    color: #856404;
    font-weight: 600;
    animation: slideInDown 0.5s ease;
    transition: opacity 0.3s ease;
}
.comment-moderation-message svg {
    flex-shrink: 0;
    color: #ffc107;
}

.comment-success-message {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #d4edda;
    border: 2px solid #28a745;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
    color: #155724;
    font-weight: 600;
    animation: slideInDown 0.5s ease;
    transition: opacity 0.3s ease;
}
.comment-success-message svg {
    flex-shrink: 0;
    color: #28a745;
}
@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
