.mpcargo-client-gallery{ display:flex; flex-wrap:wrap; gap:10px; margin-top:12px; }
.mpcargo-client-gallery img{ max-width:180px; height:auto; border-radius:4px; box-shadow:0 2px 6px rgba(0,0,0,0.08); }
.mpcargo-client-gallery-title{ margin-top:18px; font-size:18px; }
.mpcargo-tracker-svg{ width:100%; height:120px; display:block; }
.mpcargo-client-tracker .station{ transition: fill 0.3s, stroke 0.3s; }
.mpcargo-client-tracker .station.completed{ fill: #1e88e5; stroke:#1565c0; }
.mpcargo-client-tracker .station.current{ fill: #fff; stroke:#1e88e5; stroke-width:4; }
