.shipment-workspace.order-detail-dialog{width:calc(100vw - 32px);max-width:none;height:calc(100dvh - 32px);max-height:none;padding:0;border:1px solid #bbc3c8;border-radius:4px;background:#f5f8fa;color:#30383e;font:14px Arial,sans-serif;overflow:hidden;letter-spacing:0}
.shipment-workspace>header{display:flex;align-items:center;gap:10px;height:58px;padding:10px 14px;border-bottom:1px solid #d5d9dc;background:#f5f8fa;box-sizing:border-box}
.shipment-workspace>header h2{font-size:16px;font-weight:400;margin:0;line-height:22px}
.shipment-workspace button{min-height:30px;border:1px solid #bcc5cb;border-radius:3px;background:#f9fbfc;color:#597286;padding:4px 8px;cursor:pointer;font:14px Arial,sans-serif}
.shipment-workspace button svg{width:16px;height:16px;vertical-align:middle}
.shipment-workspace button:hover{background:#e9f2f8}
.shipment-workspace button:focus-visible,.shipment-workspace input:focus-visible{outline:2px solid #2385bb;outline-offset:2px}
.shipment-workspace button:disabled{opacity:.5;cursor:wait}
.shipment-workspace>header .shipment-parameters-button{display:flex;align-items:center;gap:5px;color:white;background:#278ac0;border-color:#237ba8;white-space:nowrap}
.shipment-workspace [data-close]{margin-left:auto}
.shipment-status{padding:6px 14px;background:white;border:1px solid #c6cbd0;min-width:120px}
.shipment-status:before{content:"";display:inline-block;width:9px;height:9px;background:#1979b0;border-radius:50%;margin-right:8px}
.shipment-content{display:grid;grid-template-columns:390px minmax(0,1fr);gap:12px;height:calc(100% - 58px);padding:0 12px 12px;box-sizing:border-box;min-height:0}
.shipment-parameters{overflow:auto;min-width:0;padding-right:6px}
.shipment-fields{background:white;border:1px solid #d3d7da;padding:20px;margin:0 0 12px;border-radius:3px}
.shipment-field{display:block;margin:0 0 18px;font-weight:400;line-height:19px}
.shipment-field:last-child{margin-bottom:0}
.shipment-field>span{display:block;margin-bottom:5px}
.shipment-workspace .shipment-field input{width:100%;height:31px;min-height:31px;box-sizing:border-box;border:1px solid #e5e9ec;border-radius:2px;background:#e9eef1;color:#526574;padding:5px 9px;font:14px Arial,sans-serif}
.shipment-summary{padding:18px;background:white;border:1px solid #d3d7da;border-radius:3px;margin:0}
.shipment-fact{display:grid;grid-template-columns:1fr 1fr;padding:10px;gap:10px;line-height:19px;overflow-wrap:anywhere}
.shipment-fact:nth-child(odd){background:#f4f6f8}
.shipment-fact dt,.shipment-fact dd{margin:0}
.shipment-updated{font-size:12px;color:#697c8a;margin:12px 0}
.shipment-goods{background:white;border:1px solid #d3d7da;min-width:0;overflow:auto;border-radius:3px}
.shipment-goods-toolbar{display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid #d3d7da;min-height:50px;box-sizing:border-box}
.shipment-workspace .shipment-goods-toolbar input{width:250px;max-width:65%;margin-left:auto;height:30px;min-height:30px;border:1px solid #bfc7cd;border-radius:3px;padding:4px 9px;font:14px Arial,sans-serif}
.shipment-copy-result{font-size:12px;color:#547284}
.shipment-delivery-heading{display:grid;grid-template-columns:1fr 1fr 2fr 1fr 1fr;gap:10px;padding:16px 20px;font-weight:600;font-size:13px;border-bottom:1px solid #c5d4df}
.shipment-delivery{background:#cce1ef;padding:20px 30px;font-size:16px;font-weight:600;border-bottom:1px solid #acd2e8}
.shipment-table-scroll{overflow:auto;padding:8px;max-width:100%}
.shipment-workspace .shipment-table{width:100%;min-width:920px;border-collapse:collapse;table-layout:fixed;font:14px Arial,sans-serif}
.shipment-table th,.shipment-table td{border:1px solid #d6dade;padding:7px 10px;vertical-align:top;text-align:left;line-height:19px;overflow-wrap:anywhere}
.shipment-table th{font-weight:600;background:#fff;font-size:13px}
.shipment-table th:first-child{width:30%}
.shipment-table th:nth-child(6){width:16%}
.shipment-table th:nth-child(2){width:6%}
.shipment-table .numeric{text-align:right;white-space:nowrap}
.shipment-product,.shipment-location{color:#187bb2}
.shipment-description{color:#61778a;margin-top:4px}
.shipment-location small{display:block;font-size:12px;color:#6d7d89}
.shipment-workspace .order-number-link{border:0;background:none;padding:0;color:#187bb2;min-height:0}
.shipment-workspace.parameters-collapsed .shipment-content{grid-template-columns:minmax(0,1fr)}
.shipment-workspace.parameters-collapsed .shipment-parameters{display:none}
@media(max-width:900px){.shipment-content{grid-template-columns:290px minmax(0,1fr)}.shipment-workspace>header{gap:6px}.shipment-status{min-width:0}.shipment-workspace>header h2{font-size:14px}.shipment-fields{padding:14px}}
@media(max-width:600px){.shipment-workspace.order-detail-dialog{width:100vw;height:100dvh;max-width:100vw;border-radius:0}.shipment-workspace>header{height:auto;min-height:90px;flex-wrap:wrap;padding:8px}.shipment-workspace>header h2{order:3;width:100%}.shipment-content{height:calc(100% - 90px);display:block;overflow:auto;padding:0 8px 8px}.shipment-parameters{overflow:visible;padding:0}.shipment-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shipment-field{margin:0;font-size:12px}.shipment-workspace .shipment-field input{font-size:12px}.shipment-delivery-heading{font-size:11px;padding:10px;gap:5px}.shipment-status{font-size:12px;padding:6px}.shipment-copy-result{max-width:100px}}
