/* Checkout page specific styles */
.checkout-body {
    background: #ffffff;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
}

#checkout {
    width: 100%;
    max-width: 100vw;
}

/* Override gradient background for checkout page */
body.checkout-body {
    background: #ffffff;
}
