.popup[data-popup="price-history"]{z-index:999999}
.popup[data-popup="price-history"] h2{text-align:center}
.price-history{margin:0;padding:0;display:flex;flex-wrap:wrap;column-gap:20px;row-gap:20px;justify-content:center}
.price-history li{min-width:300px;margin:0;padding:0;display:flex;flex-direction:column;border:2px solid #fff;padding:10px 20px;border-radius:10px}
.price-history li:before{display:none}
.price-history li.current{width:100%;text-align:center;border:0;padding-top:0}
.price-history li.empty{text-align:center}
.price-history li>span{display:flex;column-gap:10px;justify-content:space-between}
.price-history li>span span{font-weight:500}
.price-history li .percent{font-size:rem(14px)}
.price-history li .percent.up{color:red !important}
.price-history li .percent.down{color:green !important}