.m-orderhistory__table{width:100%}
.m-orderhistory__table tr{border-bottom:var(--orderhistory-tr-border-bottom);height:var(--orderhistory-tr-height)}
.m-orderhistory__table tr:last-child{border-bottom:0}
.m-orderhistory__table--titles{font-size:var(--orderhistory-titles-size);font-weight:700;text-transform:uppercase}
.m-orderhistory__table--total{font-weight:700}
.m-orderhistory__table--actions{color:var(--orderhistory-action-color);font-weight:700}
.m-orderhistory__table--actions a:focus-visible{border-radius:1px;outline:2px solid var(--gray-darkest-color);outline-offset:2px}
.m-orderhistory__table--date-formatted{display:none}
#m-orderhistory--header__actions{margin-bottom:20px}
#m-orderhistory--header__actions .row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
#m-orderhistory--header__actions .cmp-title__text{margin:0}
#m-orderhistory--header__actions .a-button{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
@media(max-width:768px){#m-orderhistory--header__actions .a-button{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
}