
/* V7.3.2 notice full-length scroll fix */
.notice-bar{
  overflow:hidden!important;
}
.notice-text{
  flex:0 0 auto!important;
  width:max-content!important;
  min-width:max-content!important;
  max-width:none!important;
  white-space:nowrap!important;
  display:inline-block!important;
  animation:v732NoticeMove var(--notice-scroll-speed,18s) linear infinite!important;
  will-change:transform!important;
}
@keyframes v732NoticeMove{
  0%{transform:translateX(18vw)}
  100%{transform:translateX(-100%)}
}

/* rank amount cap readability */
.rank-money{
  white-space:nowrap!important;
}
