.jstp-dashboard{ max-width: 900px; }
.jstp-trip{ border:1px solid #e5e5e5; padding:16px; margin:16px 0; border-radius:8px; background:#fff; }
.jstp-progress-bar{ width:100%; height:14px; background:#f0f0f0; border-radius:10px; overflow:hidden; }
.jstp-progress-fill{ height:100%; background:#2b7cff; }
.jstp-progress-stats{ display:flex; gap:18px; flex-wrap:wrap; margin-top:10px; }
.jstp-pay-form{ margin-top:14px; }
.jstp-pay-row{ display:flex; gap:12px; align-items:center; flex-wrap:wrap; margin:8px 0 10px; }
.jstp-pay-row input[type=number]{ width:160px; }
.jstp-note{ opacity:.85; }
.jstp-msg{ margin-top:10px; }
.jstp-msg.error{ color:#b00020; }
.jstp-msg.ok{ color:#0a7a1f; }
.jstp-table{ width:100%; border-collapse:collapse; margin-top:10px; }
.jstp-table th,.jstp-table td{ border-bottom:1px solid #eee; padding:8px 6px; text-align:left; }
.jstp-paid{ font-weight:600; color:#0a7a1f; margin-top:10px; }
.jstp-box{ border:1px solid #e5e5e5; padding:14px; border-radius:8px; background:#fff; }
