.myOrderList{gap:1rem;display:grid}.myOrderList>article{border:1px solid var(--line);background:#fff;border-radius:10px;overflow:hidden}.myOrderList>article>header{border-bottom:1px solid var(--line);background:#f8fbfb;justify-content:space-between;align-items:start;gap:1rem;padding:1.1rem 1.2rem;display:flex}.myOrderList>article>header>div{justify-items:start;gap:.25rem;display:grid}.myOrderList h3{font-size:1.3rem}.myOrderList header>strong{color:var(--teal);font:700 1.45rem Georgia}.myOrderList ul{margin:0;padding:.35rem 1.2rem;list-style:none}.myOrderList li{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;gap:1rem;padding:.85rem 0;display:flex}.myOrderList li:last-child{border-bottom:0}.myOrderList li>span{display:grid}.myOrderList li small,.myOrderList header small{color:var(--muted)}.myOrderList li a{color:var(--teal);text-underline-offset:2px;text-decoration:underline}.myOrderRefund{color:#785a13;background:#fff7e5;border-top:1px solid #ecd28d;margin:0;padding:.75rem 1.2rem;font-weight:800}.myOrderPagination{justify-content:center;align-items:center;gap:1rem;display:flex}.myOrderPagination button{border:1px solid var(--teal);color:var(--teal);cursor:pointer;background:#fff;border-radius:6px;padding:.65rem .9rem;font-weight:800}.myOrderPagination button:disabled{opacity:.4;cursor:not-allowed}.myOrderPagination span{color:var(--muted);font-size:.85rem}@media (max-width:520px){.myOrderList>article>header{flex-direction:column;align-items:stretch}.myOrderList header>strong{font-size:1.25rem}.myOrderPagination{justify-content:space-between}.myOrderPagination span{font-size:.75rem}}
