﻿.orders{padding:16px;}.orders__title{font-size:18px;font-weight:bold;margin-bottom:20px;text-align:center;}.order-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:12px 16px;margin-bottom:20px;}.order-card__row{font-size:14px;margin:6px 0;display:flex;justify-content:space-between;flex-wrap:wrap;}.order-card__row strong{color:#444;}.order-card__status{font-weight:bold;padding:2px 6px;border-radius:6px;}.order-card__status--pending{background-color:#fff3cd;color:#856404;}.order-card__status--done{background-color:#d4edda;color:#155724;}