.shipment-panel{border:1px solid var(--line,#edf1f4);border-radius:8px;padding:16px;margin:16px 0;background:#fff;color:#20262d;overflow-wrap:anywhere}.shipment-panel h3,.shipment-panel h4{margin:0 0 8px}.shipment-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.shipment-panel p{font-size:13px;margin:8px 0;line-height:1.5}.shipment-stops{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin:16px 0}.shipment-stops article{border-left:3px solid #dde2e7;padding-left:12px;min-width:0}.shipment-panel a{color:#23465c;text-decoration:underline}.shipment-actions{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0}.shipment-panel button{border:1px solid #dde2e7;border-radius:5px;padding:9px 12px}.shipment-panel button:disabled{opacity:.5}.shipment-note{color:#43596a}.shipment-error{color:#9e2525}.shipment-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px 0;border-top:1px solid #edf1f4}.shipment-form label{display:flex;flex-direction:column;gap:6px;font-size:13px}.shipment-form input,.shipment-form textarea{width:100%;min-width:0}.shipment-form .shipment-check,.shipment-form h4,.shipment-form p{grid-column:1/-1}.shipment-form .shipment-check{flex-direction:row;align-items:flex-start}.shipment-check input{width:auto}@media(max-width:600px){.shipment-form,.shipment-stops{grid-template-columns:1fr}.shipment-panel{padding:12px}.shipment-heading{align-items:flex-start}}