.comments-section {
    text-align: center;
    margin: 30px 15px 0;
}

@media only screen and (min-width: 1024px) {
    .comments-section {
        max-width:630px;
        margin: 45px auto 0;
    }
}

.comments-section .ex-h2 {
    font-weight: 600;
    padding-bottom: 0;
    font-size: 20px;
}

.comments-section>p {
    padding: 15px 0
}

.comments-section .comment__link {
    font-weight: 800;
    color: #DA0F10
}

.comments-section textarea,.comments-section input[type=text] {
    width: 100%;
    font-family: Arimo;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 10px 15px
}
.comments-section textarea::placeholder {
    font-size: .85rem;
}
.comments-section input[type=submit] {
    padding: 8px 12px;
    background-color: #DA0F10;
    color: #fff;
    border-radius: 0;
    text-transform: none;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 5px;
}

.comments-section input[type=submit].user-reply {
    font-family: "Arimo", sans-serif;
    font-size: .85rem;
    border: none;
    padding: 0;
    padding-left: 20px;
    background: #fff;
    color: #DA0F10;
}
.postcomments {
    position: relative;
}

.box {
    font-family: Arimo;
    font-style: normal;
    margin: 0 6px;
}
.commentlist {
    text-align: left;
    display: block;
    list-style: none
}

.commentlist .comment {
    padding: 25px 15px;
    border-bottom: 1px solid #EDEBEB
}

.commentlist .comment .children .comment {
    background: #FAFAFA;
    padding: 15px 35px;
    margin-left: 20px;
    list-style: none
}

.comment-author .comment-meta .author-name {
    font-weight: 600;
    font-size: 15px
}

.comment-author .comment-meta .comment-metadata {
    font-size: 13px;
    color: #a0a0a0;
}

.comment-author .comment-content {
    margin: 10px 0;
    font-size: 1rem;
}

.comments-section .comments ol li,.comments-section .comments ul li {
    list-style: none;
    font-size: 14px
}
.comments ol li .children {
    padding: 0;
}

.reply-tab {
    background: #FAFAFA;
    padding: 10px 35px;
    margin-left: 20px;
    color: #DA0F10;
    cursor: pointer;
    margin-top: 20px;
    border-bottom: 1px solid #EDEBEB;
}

.commentList .comment ul.children {
    padding-top: 0;
    display: none
}

.flip.active svg {
    transform: rotate(180deg);
}

.comments-pagination {
    cursor: pointer
}

.comments-pagination>span {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    border: 1px solid #ccc
}

.comments-pagination>span:hover {
    border: 1px solid #EB1010
}

.comments-pagination>span:active {
    border: 1px solid #EB1010
}

.comments-pagination>span.active {
    border: 1px solid #EB1010
}

@media only screen and (min-width: 1024px) {
    .comments-pagination {
        display:block;
        clear: both;
        padding: 15px 0;
        text-align: center;
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .comments-pagination {
        clear:both;
        padding: 15px 5px;
        display: flex
    }
}

.submit-reply {
    text-align: right;
}

.comments-section .comments {
    position: relative
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center
}

.loading {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #ddd;
    border-top-color: #DA0F10;
    animation: loading 1s linear infinite
}

@keyframes loading {
    to {
        transform: rotate(360deg)
    }
}

.comments-section .ex-h2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    column-gap: .3rem;
}

.comments-section .ex-h2::before, .comments-section .ex-h2::after {
    content: "";
    height: 5px;
    display: block;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.label-wrapper {
    position: relative;
}

.label-wrapper::before {
    content: url("/templates/default/images/share-v2/reply.svg");
    position: absolute;
    left: 0;
    top: 0;
}