/* @define CommentsSidebar */

.CommentsSidebar-author {
    gap: 8px;
}

.CommentsSidebar-comment {
    margin-left: 43px;
    margin-top: 10px;
    color: var(--text-accent);
    font-weight: var(--font-weight-semibold);
    max-width: calc(100% - 80px);
}

.CommentsSidebar-commentEditMode {
    max-width: unset;
}

.CommentsSidebar-authorName {
    font-weight: var(--font-weight-semibold);
    line-height: 1;
}

.CommentsSidebar-commentTimestamp {
    color: var(--text-subtle);
    font-size: 11px;
    font-weight: var(--font-weight-regular);
    line-height: 1;
}

.CommentsSidebar-blankSlate {
    background-color: var(--surface-subtle-light);
    color: var(--text-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
}

.CommentsSidebar-blankSlateIcon {
    text-align: center;
    color: var(--text-subtle);
    font-size: 28px;
    margin-bottom: 8px;
}
