.order-history{width:100%;max-width:1200px;margin:0 auto;padding:20px;box-sizing:border-box}.order{border:1px solid #ddd;margin-bottom:20px;padding:20px;border-radius:8px;background-color:#f9f9f9}.order-header{display:flex;flex-wrap:wrap;justify-content:space-between;border-bottom:1px solid #ddd;padding-bottom:10px;margin-bottom:10px}.order-items{display:flex;flex-wrap:wrap}.order-item{display:flex;width:100%;border-bottom:1px solid #eee;padding:10px 0;align-items:center}.order-item-image{flex:0 0 80px;max-width:80px;margin-right:20px}.order-item-details{flex:1}.order-item-name{font-weight:700}@media (max-width:768px){.order-header{flex-direction:column;align-items:flex-start}.order-item{flex-direction:column;align-items:flex-start}.order-item-image{margin-bottom:10px}}