/*
 Comment section
*/

.comments-area .comment-list {
    padding-left: 0;
}

.comments-area .comment-list .comment {
    list-style-type: none;
}

.comments-area .comment-list>*:not(:first-child) {
    margin-top: 3rem;
}

.comments-area .comment-list>* .comment:not(:first-child) {
    margin-top: 3rem;
}

.comments-area .comment-list .comment-author {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.comments-area .comment-list .comment-author cite {
    font-style: unset;
}

.comments-area .comment-list .comment-author a {
    text-decoration: none;
    color: unset;
}

.comments-area .comment-list .comment-author .says {
    display: none;
}

.comments-area .comment-list .comment.byuser .comment-author .fn::after {
    content: ' (Marques de France)';
}

.comments-area .comment-list .comment-meta {
    font-size: .875em;
    margin-bottom: 1rem;
}

.comments-area .comment-list .comment-meta a:first-child {
    color: rgba(108, 117, 125);
    text-decoration: none;
}

.comments-area .comment-list .reply {
    margin-bottom: .5rem;
}

.comments-area .comment-list .children {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    padding: 1rem 1rem 0 1rem;
}

/* Pagination */

.comments-area .comments-pagination {
    margin-top: 1.5rem;
}

.comments-area .comments-pagination .nav-links .page-numbers {
    margin-right: 1rem;
}

.comments-area .comments-pagination .nav-links .prev.page-numbers .screen-reader-text,
.comments-area .comments-pagination .nav-links .next.page-numbers .screen-reader-text {
    width: 100%;
    height: 100%;
    clip: unset;
    clip-path: none;
    position: relative;
}