.c-comments-list {
    --comment-accent-color: #efeff9;
    --comment-accent-color-dark-mode: #231c2d;
}

.c-comments-list.c-comments-list--child {
    padding-left: 1.75rem;
    position: relative;
}

.c-comments-list.c-comments-list--child::before {
    background-color: var(--comment-accent-color);
}

.dark .c-comments-list.c-comments-list--child::before {
    background-color: var(--comment-accent-color-dark-mode);
}

.c-comment-form-wrapper,
.c-comments {
    margin-bottom: 3rem;
}

.c-comments-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
}

.c-comment-form__item + .c-comment-form__item {
    margin-top: 1.5rem;
}

.c-comment__author {
    align-items: center;
    display: flex;
}

.c-comment--author > .c-comment__author::after {
    background-color: var(--accent-color-light);
    border-radius: 0.25rem;
    color: var(--font-color-light);
    content: 'Author';
    display: inline-block;
    font-family: var(--font-family);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    margin-left: 1rem;
    padding: 0.375rem 0.625rem;
}

.c-comment__author-link {
    font-weight: initial;
}

.c-cancel-link {
    background-color: transparent;
    border: none;
    font-family: inherit;
    font-size: inherit;
    margin-left: 1rem;
    padding: 0;
}