.comment-images {
    margin: 0.8rem 0 1rem;
    padding: 0.8rem;
    border: 1px dashed var(--c-border);
    border-radius: var(--r-md);
}
.comment-images__hint, .comment-images small {
    color: var(--c-text-2);
    font-size: 0.85rem;
}
.comment-images__picker { display: block; margin: 0.5rem 0; }
.comment-images__previews { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.comment-images__previews figure { margin: 0.5rem 0 0; max-width: 100%; }
.comment-images__previews img { display: block; width: 180px; height: 120px; object-fit: contain; background: rgba(0,0,0,.2); border-radius: var(--r-md); }
.comment-images__previews button { font-size: 0.8rem; margin-top: 0.3rem; }
.comment-images__status { color: #fca5a5; font-size: 0.85rem; }
.comment-images__status:empty { display: none; }
.blog-comment__image { display: block; margin: 0.75rem 0; }
.blog-comment__image img { display: block; max-width: 100%; max-height: 480px; border-radius: var(--r-md); object-fit: contain; }

