
.comment-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.user-profile-img {
    margin-right: 10px;
}

.profile-img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 50%;
    overflow: hidden;
}

.comment-content {
    margin-left: 0;
}

.comment-content.child {
    margin-left: 20px;
}

