.cdfi-image-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 320px;
}

.cdfi-preview {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    background: #f1f1f1;
    border: 1px dashed #c3c4c7;
}

.cdfi-preview.is-set {
    border-style: solid;
}

.cdfi-actions {
    display: flex;
    gap: 8px;
}
