.imported-product{max-width:1280px;margin:0 auto 48px;padding:24px;border:1px solid var(--border);border-radius:24px;background:var(--bg-card);}
.imported-product>.wk-models{position:static;display:flex;gap:12px;overflow-x:auto;padding:0 0 20px;max-width:100%;}
.imported-product .wk-model{flex:0 0 auto;}
.imported-product-heading,.imported-product-tools{display:flex;align-items:center;justify-content:space-between;gap:16px;}
.imported-product-heading{padding:16px 0;}.imported-product-heading h2{font-size:22px;margin:0;}
.imported-product-heading span,.imported-product-tools p{font-size:12px;color:var(--fg-muted);}
.imported-product-stage{height:clamp(340px,58vh,670px);background:#f2f2ee;border-radius:18px;overflow:hidden;display:grid;place-items:center;}
.imported-product-tools{padding-top:16px;}.imported-product-message{font-size:14px;color:var(--fg-muted);}
@media(max-width:600px){.imported-product{padding:16px;margin:0 12px 28px;border-radius:20px;}.imported-product-heading{align-items:flex-start;flex-direction:column;gap:8px;}.imported-product-stage{height:430px;}.imported-product-tools{align-items:flex-start;}.imported-product-tools p{max-width:160px;line-height:1.6;}}
