.Comment {
    font-size: 1.4rem
}

.Comment-Header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 60%;
    margin-bottom: 17px
}

@media (max-width: 768px) {
    .Comment-Header {
        max-width: 100%
    }
}

.Comment-Avatar {
    margin-right: 10px
}

.Comment-Avatar--default {
    width: 36px;
    height: 36px;
    background-color: var(--color-border)
}

.Comment-Avatar img {
    width: 36px;
    height: 36px
}

.Comment-Author {
    margin-bottom: 6px;
    font-weight: 700
}

.Comment-Date {
    color: var(--text-color)
}

.Comment-Content {
    margin-bottom: 10px
}

.Comment-Send {
    text-align: right
}