/* comment form */
#comment-form-image {
    display: flex;
    justify-content: flex-end;
}
#comment-form-image input {
    display: none;
}
#comment-form-image button {
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: none;
}
#comment-form-image button:hover {
    cursor: pointer;
}
#comment-form-image .comment-form-image-text {
    font-size: 18px;
    color: #888;
}
#comment-form-image .comment-form-image-text:after {
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    content: "\f03e";
    padding-left: 3px;
}
#comment-form-image #comment-form-image-name {
    color: #888;
    padding-left: 2px;
}
/* comment list */
.comment-uploaded-image img {
    max-height: 200px;
}