.anv-iwc-comment-form-image {
    position: relative;
    margin: 1rem 0;
    padding: 1rem;
    border: 2px dashed #c3c4c7;
    border-radius: 6px;
    background: #f6f7f7;
}
.anv-iwc-comment-form-image.anv-iwc-drag-active { border-color: #2271b1; background: #f0f6fc; }
.anv-iwc-comment-form-image label, .anv-iwc-image-help { display: block; }
.anv-iwc-comment-image-input { display: block; width: 100%; margin: .5rem 0; }
.anv-iwc-image-help { color: #646970; font-size: .875rem; }
.anv-iwc-drop-message {
    display: none; position: absolute; inset: 0; align-items: center; justify-content: center;
    border-radius: 4px; background: rgba(34, 113, 177, .94); color: #fff; font-size: 1.125rem;
    font-weight: 600; pointer-events: none;
}
.anv-iwc-drag-active .anv-iwc-drop-message { display: flex; }
.anv-iwc-image-preview { position: relative; display: inline-block; margin-top: .75rem; }
.anv-iwc-image-preview img {
    display: block; width: var(--anv-iwc-preview-size, 120px); height: var(--anv-iwc-preview-size, 120px);
    border-radius: 4px; object-fit: cover;
}
.anv-iwc-remove-image {
    position: absolute; top: 4px; right: 4px; width: 28px; height: 28px; padding: 0; border: 0;
    border-radius: 50%; background: rgba(0, 0, 0, .75); color: #fff; cursor: pointer; font-size: 22px; line-height: 26px;
}
.anv-iwc-comment-image-wrapper { display: block; margin: .75rem 0 0; }
.anv-iwc-image-link { position: relative; display: inline-block; }
.anv-iwc-comment-image { display: block; width: auto; max-width: 100%; height: auto; border-radius: 4px; }
.anv-iwc-size-thumbnail { max-width: 150px; }
.anv-iwc-size-medium { max-width: 300px; }
.anv-iwc-size-medium_large { max-width: 768px; }
.anv-iwc-size-large { max-width: 1024px; }
.anv-iwc-photo-badge {
    position: absolute; top: 8px; left: 8px; padding: 4px 8px; border-radius: 4px;
    background: rgba(15, 23, 42, .82); color: #fff; font-size: 11px; font-weight: 700;
}
.anv-iwc-lightbox {
    position: fixed; inset: 0; z-index: 100000; display: flex; align-items: center; justify-content: center;
    padding: 3rem; background: rgba(15, 23, 42, .9); cursor: zoom-out;
}
.anv-iwc-lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; }
