
/* 빈 상태 — 점선 박스 (board/코어 톤, 패키지/플러그인 소유) */
.block-product-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 100px;
    padding: 16px;
    border: 1px dashed var(--border);
    border-radius: 10px;
    color: color-mix(in srgb, var(--muted-foreground) 55%, transparent);
    font-size: 0.875rem;
    text-align: center;
}

.block-product-empty__icon {
    font-size: 1.75rem;
    line-height: 1;
}
