.CommentList__title {
    margin-top: 3em;
    padding: 1rem 0 2rem 0;
    border-top: 1px solid #e8e8e8;
    font-size: 1.4em;
}

.CommentList__list {
    margin: 0 0 1.5em 0;
    padding: 0;
    list-style: none;
}

.CommentList__item {
    margin-bottom: 2em;
    list-style-image: none;
}

.CommentList__item::after {
    content: '';
    display: table;
    clear: both;
}

/**
 * In profile
 */


.CommentList--inProfile {
    position: relative;
    box-shadow: 0 0 0 1px rgb(132 132 132 / 15%);
    border-radius: 0 0 4px 4px;
    background-color: #fff;
}

.CommentList--inProfile .CommentList__list {
    margin-bottom: 0;
}

.CommentList--inProfile .CommentList__item {
    position: relative;
    margin-bottom: 0;
    padding: 1.25em 1.4rem;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
}
