.order-history-tabs{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:wrap;gap:16px}.order-history-tabs__tab{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;min-height:56px;padding:0 24px;gap:6px;font-family:Juneau;font-size:15px;font-weight:400;font-style:normal;line-height:20px;margin:0;letter-spacing:0;color:#0f1603;cursor:pointer;border:none;border-radius:20px;background:#fff;box-shadow:0 3px 12px -4px rgba(15,22,3,.12),2px 1px 6px rgba(15,22,3,.03);transition:background .2s cubic-bezier(0,0,.4,1),box-shadow .2s cubic-bezier(0,0,.4,1)}.order-history-tabs__tab:hover{box-shadow:0 4px 14px -4px rgba(15,22,3,.16),2px 2px 8px rgba(15,22,3,.05)}.order-history-tabs__tab--selected{background:rgba(15,22,3,.05);box-shadow:none}