:root {
  color: #17212b;
  background: #f4f7fa;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body { margin: 0; }
a { color: #1261a0; }
.topbar { background: #113b5c; color: white; padding: 14px 18px; }
.topbar a { color: white; margin-right: 14px; text-decoration: none; }
.container { box-sizing: border-box; max-width: 1120px; margin: auto; padding: 18px; }
.card { background: white; border: 1px solid #dfe7ee; border-radius: 12px; margin: 12px 0; padding: 16px; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0; }
button, .button { background: #1261a0; border: 0; border-radius: 8px; color: white; cursor: pointer; display: inline-block; font-size: 16px; padding: 12px 16px; text-decoration: none; }
button.secondary, .button.secondary { background: #5c6873; }
button.danger { background: #a43636; }
input, select, textarea { box-sizing: border-box; font-size: 16px; max-width: 100%; padding: 9px; }
.status { background: #e6eef5; border-radius: 999px; display: inline-block; padding: 4px 9px; }
.review-grid { display: grid; gap: 18px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.receipt-image { max-height: 720px; max-width: 100%; }
@media (max-width: 720px) {
  .container { padding: 12px; }
  .review-grid { display: block; }
  button, .button { box-sizing: border-box; text-align: center; width: 100%; }
}
