/**
 * 开奖摘要标签样式（参考图1：蓝边小标签）
 */
.draw-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 6px;
  padding: 0 2px 2px;
  width: 100%;
  box-sizing: border-box;
}

.draw-summary-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 22px;
  padding: 0 8px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #1a6fd4;
  background: #fff;
  border: 1px solid #1a6fd4;
  border-radius: 3px;
  white-space: nowrap;
}

/* 顶部区域：号码与摘要纵向排列，右侧倒计时不受挤 */
.top-mod .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  flex: 1;
}

.top-mod .left .ball-view {
  flex-wrap: wrap;
}

.log-main .draw-summary,
.log-box .draw-summary {
  margin-top: 4px;
}
