/* Empty-view widget — dashed-bordered "drop zone" box. */

.empty-icon-dashed-box .emptyview-dashed {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 32px 24px;
    border: 2px dashed var(--emptyview-border-soft);
    border-radius: var(--emptyview-radius);
    background: #fafbfc;
    min-height: 220px;
    justify-content: center;
}
