/* 顶部期号右侧栏：宽度随内容自适应，避免「xxxx期」换行 */
.top-mod .right {
  width: auto !important;
  min-width: 100px;
  max-width: 48%;
  padding-left: 6px !important;
  padding-right: 6px !important;
  flex-shrink: 0;
  box-sizing: border-box;
}

.top-mod .right .name {
  white-space: nowrap !important;
  word-break: keep-all !important;
  line-height: 1.3;
  text-align: center;
  padding: 0 2px;
}

/* 「等待开奖中」等长文案也不换行挤版 */
.top-mod .right .reload {
  white-space: nowrap;
}
