.page{

padding:30px;

}

.page-header{

margin-bottom:24px;

}

.table-wrapper{

background:#fff;

border-radius:18px;

overflow:hidden;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.prices-table{

width:100%;

border-collapse:collapse;

}

.prices-table th{

background:#f8fafc;

padding:18px;

text-align:left;

}

.prices-table td{

padding:18px;

border-top:1px solid #ececec;

}

.coin-box{

display:flex;

align-items:center;

gap:12px;

}

.coin-box img{

width:32px;

height:32px;

}

.up{

color:#16a34a;

font-weight:700;

}

.down{

color:#dc2626;

font-weight:700;

}
