.order-info { background-color: #fff; border-radius: 10px; padding: 16px 18px; } .order-item { display: flex; justify-content: space-between; margin-bottom: 8px; } .label { font-size: 12px; color: #666; } .value { font-size: 12px; color: #333; } .amount .label { color: #333; } .amount .value { color: #ff5722; font-size: 18px; } .reserve-button { width: 100%; background-color: #ffa500; color: #fff; border: none; border-radius: 50px; height: 42px; font-size: 14px; margin-top: 20px; } .feedback { display: block; text-align: center; font-size: 14px; color: #333; margin-top: 10px; }