.comments__item:not(:last-child) {
    border-bottom: 1px solid #21252940;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.comments__header {
    display: flex;
    align-items: center;
}
.comments__createdAt {
    font-size: 14px;
    margin-right: 10px;
}
.comments__creator {
    font-size: 14px;
    margin-right: 10px;
}
.comments__text {
    margin-top: 5px;
}
.comment__new {
    display: block;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #21252940;
}
.comment__add {
    margin: 0 auto;
    display: block;
    width: 100%;
}
.comment__new {
    padding: 10px 0 0 10px;
    outline: none;
}
.comment__new:hover,
.comment__new:focus {
    outline: none;
}