.order-workspace { margin:12px 0; padding:12px; border:1px solid #8b929b; border-radius:8px; background:var(--panel-bg,#fff); color:var(--text-color,#17202a); font:14px/1.5 system-ui,sans-serif; }
html[data-theme="dark"] .order-workspace { background:#20252c; color:#f3f4f6; }
.order-workspace details { margin:8px 0; border-top:1px solid #88909a; padding-top:8px; }
.order-workspace summary { cursor:pointer; font-weight:600; }
.order-workspace button,.order-workspace select { padding:6px 10px; margin:5px 6px 5px 0; font:inherit; max-width:100%; }
.order-workspace button { cursor:pointer; }
.order-workspace table { width:100%; border-collapse:collapse; table-layout:fixed; }
.order-workspace td,.order-workspace th { padding:5px; border-bottom:1px solid #88909a; text-align:left; overflow-wrap:anywhere; vertical-align:top; }
.order-workspace a { color:#1765c1; } html[data-theme="dark"] .order-workspace a { color:#97c5ff; }
.order-workspace p { margin:6px 0; overflow-wrap:anywhere; }
.order-workspace .ow-error { color:#b42318; } html[data-theme="dark"] .order-workspace .ow-error { color:#ffaaa2; }
.order-workspace .ow-files { max-height:320px; overflow:auto; }
.order-workspace .ow-progress { list-style:none; padding:0; }
