.order-details-container{padding:20px;background-color:#fff;margin:20px 0;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.order-header{margin-top:20px}.order-summary-customer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.order-summary,.customer-details,.shipping-details{flex:1;min-width:250px;margin-bottom:20px}.order-summary h3,.customer-details h3,.shipping-details h3{font-size:1.2em;margin-bottom:10px}.order-items-table .product-image{margin:8px}.confirmation-banner{text-align:center;margin-bottom:20px;padding:15px;border-radius:5px}.confirmation-banner h3{font-size:16px;margin:0}.confirmation-banner.accepted{background-color:#d4edda;color:#155724;border-left:5px solid #28a745}.confirmation-banner.rejected{background-color:#f8d7da;color:#721c24;border-left:5px solid #dc3545}.order-totals-wrapper{display:flex;justify-content:flex-end;width:100%}.order-totals-container{margin-top:20px;padding:20px;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;width:40%;box-shadow:0 2px 4px rgba(0,0,0,.05);margin-left:auto}.order-totals{display:block}.order-total-row{display:flex;justify-content:space-between;margin-bottom:10px;font-size:1.1em;color:#333}.order-total-row .total-amount{text-align:right;font-weight:700;color:#444}.order-total-row:last-child{border-top:2px solid #eee;padding-top:10px;font-size:1.2em;color:#000}@media (max-width:768px){.order-summary-customer{flex-direction:column}.order-summary,.customer-details,.shipping-details{min-width:100%;margin-top:10px;border-top:1px solid #dedede;border-bottom:1px solid #dedede;border-radius:4px;background-color:#f9f9f9;padding:10px}.confirmation-banner{padding:12px;font-size:1em}.confirmation-banner h3{font-size:14px}.confirmation-banner.accepted,.confirmation-banner.rejected{font-size:14px}.order-items-table{font-size:14px;width:100%;display:block;overflow-x:auto}.order-items-table td img{max-width:50px;height:auto}.order-items-table td,.order-items-table th{padding:8px}.order-totals-container{width:80%;font-size:.8em}}@media (min-width:768px){.order-summary-customer{flex-direction:row}.order-summary,.customer-details,.shipping-details{flex:1;margin-right:20px}.order-summary:last-child,.customer-details:last-child,.shipping-details:last-child{margin-right:0}.order-items-table td img{max-width:80px}}