.account-payment-history-wrap{overflow-x:auto}
.account-payment-history{min-width:1180px}
.account-payment-history th{white-space:nowrap}
.account-history-orders,.account-history-addresses,.account-history-details{vertical-align:top}
.account-history-orders{min-width:150px}
.account-history-addresses{min-width:230px}
.account-history-details{min-width:240px}
.account-history-order{display:block;margin:0 0 8px;text-align:left;font-weight:750;white-space:nowrap}
.account-history-order:last-child{margin-bottom:0}
.account-history-address{display:flex;gap:8px;align-items:flex-start;min-height:28px;margin-bottom:6px;line-height:1.45}
.account-history-address:last-child{margin-bottom:0}
.account-history-dot{width:8px;height:8px;margin-top:6px;border-radius:50%;flex:none;background:var(--primary,#176b57);box-shadow:0 0 0 4px color-mix(in srgb,var(--primary,#176b57) 14%,transparent)}
.account-history-detail{display:flex;justify-content:space-between;gap:14px;min-height:28px;margin-bottom:6px;line-height:1.45}
.account-history-detail:last-child{margin-bottom:0}
.account-history-detail b{white-space:nowrap;color:var(--primary,#176b57)}
.account-history-legacy{display:inline-flex;padding:5px 10px;border-radius:999px;background:#f1f3f2;color:#68736f;font-weight:700}
.account-history-muted{color:#8a9490;font-size:13px;line-height:1.5}
@media(max-width:900px){
 .account-payment-history{min-width:1050px}
}
