.page-image .img-preview {
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #0b0f15;
    padding: 10px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

html[data-theme="light"] .page-image .img-preview {
    background: #f8fafc;
}

.page-image .img-preview img {
    max-width: 100%;
    max-height: 320px;
    display: block;
}

.page-image .dropzone {
    transition: background 0.2s ease;
}