.workspace .review{max-width:none}
.checkout-layout{display:grid;grid-template-columns:1.05fr 1fr;gap:32px;align-items:start}
.checkout-visual{margin:0;overflow:hidden;border-radius:8px;background:#1c2931}
.checkout-visual img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;display:block}
.checkout-visual figcaption{padding:13px 15px;font-size:11px;line-height:1.6;color:#bcc8ce}
.checkout-layout dl{margin:0;display:grid;grid-template-columns:95px 1fr;gap:13px 18px;font-size:13px;line-height:1.5}
.checkout-layout dt{color:#abbcc6}.checkout-layout dd{margin:0;overflow-wrap:anywhere}
.review-actions{justify-content:flex-end;align-items:center;flex-wrap:wrap}
.review-actions #restart{background:transparent;color:#c2ccd0;font-size:12px;padding:10px}
.review-actions #continue-payment{margin-left:auto}
.checkout{padding-top:26px;animation:checkout-arrive .28s ease-out both}
.checkout-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}
.checkout-heading h2{margin-bottom:0!important}.checkout-heading h2:focus{outline:none}
.checkout-eyebrow{margin:0 0 8px;letter-spacing:.18em;color:#9db2c1;font-size:10px}
.checkout-payment h3{font-size:18px;font-weight:500;margin:0 0 20px}
.payment-total{margin:24px 0;padding:18px 0;border-block:1px solid #ffffff24;display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between;font-size:13px}
.payment-total strong{font-size:17px;font-weight:500}
.payment-method{display:flex;gap:14px;align-items:center}.payment-method svg{width:30px;height:30px;fill:none;stroke:#d5e3e6;stroke-width:1.4;flex:none}
.payment-method strong{font-size:14px;font-weight:500}.payment-method p{font-size:12px;color:#aebfc8;line-height:1.5;margin:5px 0}
.pay-button{display:block;width:100%;margin-top:22px;text-align:center;text-decoration:none}
.payment-connection{font-size:12px;line-height:1.6;color:#d2dbdf}.checkout .fine{font-size:11px}
@keyframes checkout-arrive{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
/* The physical screen stays in place; only its contents are introduced. */
.kiosk-touch-plane{container-type:inline-size;background:linear-gradient(135deg,#dadddf,#e3e4e3);overflow:hidden}
.kiosk-welcome-logo{position:absolute;top:16.3%;left:0;width:100%;text-align:center;color:#25303a;font-size:8cqw;letter-spacing:.4em;padding-left:.4em;line-height:1}
.kiosk-welcome-message{position:absolute;top:29%;left:8%;right:8%;text-align:center;color:#25303a;font-size:5.7cqw;font-weight:400;line-height:1.35;margin:0}
.simple-arrival.photo-kiosk .kiosk .choice{background:#f2f3f4!important;color:#26323b;font-size:4.3cqw;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4%;padding:4%;line-height:1.2}
.simple-arrival.photo-kiosk .kiosk .choice img{visibility:visible;width:100%;height:62%;object-fit:contain;margin:0}
.simple-arrival.photo-kiosk .kiosk .choice:hover{background:#fff!important;box-shadow:inset 0 0 0 2px #b6c9d6}
.kiosk-introducing .kiosk-welcome-logo{animation:screen-content-in .45s ease-out both}
.kiosk-introducing .kiosk-welcome-message{animation:screen-content-in .5s .2s ease-out both}
.kiosk-introducing .choice:nth-child(1){animation:screen-content-in .55s .5s ease-out both}
.kiosk-introducing .choice:nth-child(2){animation:screen-content-in .55s .8s ease-out both}
@keyframes screen-content-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(max-width:720px){.checkout-layout{grid-template-columns:1fr;gap:22px}.checkout-visual img{max-height:190px}.checkout-heading{align-items:flex-start}.checkout-heading .back{font-size:12px;padding:10px}.checkout-layout dl{grid-template-columns:90px 1fr}.review-actions #continue-payment{width:100%;margin:0}}
@media(prefers-reduced-motion:reduce){.checkout,.kiosk-introducing *{animation:none!important}}
