/*============================================================
   TRACK.HTML - PAGE STYLES
   ------------------------------------------------------------
   Change styles for ONLY this page here.
   Shared header/footer/navigation styles live in common.css.
   ============================================================*/

.checkout-shell {
  max-width: 760px;
}

.checkout-card {
  background: #fff;
  border: 1px solid #e1e9f2;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(7,30,56,.07);
}

/*============================================================
   SAFE CUSTOM OVERRIDES
   Add future page-only edits below this line.
   ============================================================*/
