html body #root .player-shell .transaction-records-page .record-list-footer{
  box-sizing:border-box!important;
  flex:0 0 50px!important;
  align-self:end!important;
  width:100%!important;
  height:50px!important;
  min-height:50px!important;
  max-height:50px!important;
  padding:7px 12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  overflow:hidden!important;
  border-top:1px solid rgba(150,132,92,.22)!important;
  border-radius:0 0 12px 12px!important;
  background:linear-gradient(180deg,#fbfaf5 0%,#f6f2e8 100%)!important;
  color:#747a78!important;
  font-size:11px!important;
  line-height:16px!important;
  font-weight:700!important;
}
html body #root .player-shell .transaction-records-page .record-list-footer>span{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
html body #root .player-shell .transaction-records-page .record-list-footer>button{
  flex:0 0 auto!important;
  min-width:82px!important;
  min-height:34px!important;
  height:34px!important;
  margin:0!important;
  padding:0 14px!important;
  border:1px solid rgba(184,145,54,.42)!important;
  border-radius:999px!important;
  background:#fffaf0!important;
  box-shadow:0 2px 7px rgba(95,73,27,.08),inset 0 1px rgba(255,255,255,.82)!important;
  color:#8d671f!important;
  font-size:12px!important;
  line-height:32px!important;
  font-weight:800!important;
}
html body #root .player-shell .transaction-records-page .record-list-footer>button:active{
  background:#f4ead2!important;
  transform:translateY(1px);
}
@media(max-width:420px){
  html body #root .player-shell .transaction-records-page .record-list-footer{
    flex-basis:46px!important;
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    padding:6px 10px!important;
  }
  html body #root .player-shell .transaction-records-page .record-list-footer>button{
    min-width:76px!important;
    min-height:32px!important;
    height:32px!important;
    padding:0 12px!important;
    line-height:30px!important;
  }
}
