.comments-list {
    list-style-type: none;
    padding: 0;
}
.comment__item {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}
.comment-left {
    flex-direction: row; /* Image on the right */
}
.comment-right {
    flex-direction: row-reverse; /* Image on the left */
}
.form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}
.comment-date {
    font-size: 0.9em;
    color: #777;
    margin: 5px 0; /* Space around date */
}