.chev-uploader {
    margin: 8px 0;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px;
    border: 2px dashed transparent;
    border-radius: 6px;
    transition: border-color .2s, background-color .2s;
}
.chev-uploader.is-dragover {
    border-color: #0073aa;
    background-color: rgba(0, 115, 170, 0.05);
}
.chev-uploader__btn {
    padding: .45em .8em;
    border: 1px solid var(--wp--preset--color--contrast-3, #ccc);
    border-radius: 6px;
    cursor: pointer;
}
.chev-uploader__hint {
    font-size: .85em;
    opacity: .8;
}
.comment-body img.chevimg-thumb,
.comment-content img.chevimg-thumb {
    max-height: 120px; /* Default fallback */
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: inline-block;
    border-radius: 6px;
    vertical-align: middle;
}
.chev-previews {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: 8px;
}
.chev-previews img {
    max-height: 120px; /* Default fallback */
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 6px;
}
