/* Checkout custom styling overrides */
#placeCustomerOrder.btn.order-view {
    background-color: #144473 !important;
    color: #ffffff !important;
    padding: 12px 24px !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    transition: all 0.2s ease-in-out !important;
    border: none !important;
    text-transform: uppercase !important;
}
#placeCustomerOrder.btn.order-view:hover:not(:disabled) {
    background-color: #0d2e50 !important;
    box-shadow: 0 4px 12px rgba(20, 68, 115, 0.2) !important;
}
#placeCustomerOrder:disabled {
    background-color: #94a3b8 !important;
    cursor: not-allowed !important;
}
#customerCheckoutBox .form-control {
    height: 42px !important;
    border-radius: 6px !important;
    border: 1.5px solid #cbd5e1 !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    transition: all 0.2s !important;
}
#customerCheckoutBox .form-control:focus {
    border-color: #144473 !important;
    box-shadow: 0 0 0 3px rgba(20, 68, 115, 0.15) !important;
}