.combo-group-block[data-v-f24de6b1] {
  border-radius: 10px;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px #00000014;
  padding: 0 0 8px;
  transition: background 0.3s;
}
.combo-group-header[data-v-f24de6b1] {
  display: block;
  font-size: 1.28rem;
  font-weight: 800;
  border-radius: 10px 10px 0 0;
  padding: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  margin-top: 0;
  color: #222;
  transition:
    background 0.3s,
    color 0.3s;
  text-align: center;
}
.issue-number[data-v-f24de6b1] {
  color: #d90000;
  font-weight: 700;
}
.combo-content[data-v-f24de6b1] {
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.issue-combo-section[data-v-f24de6b1] {
  margin-bottom: 20px;
}
.main-zha-row[data-v-f24de6b1] {
  text-align: center;
  margin-bottom: 1px;
  padding: -9px 0;
  border-bottom: -9px solid #eee;
}
.main-zha-text[data-v-f24de6b1] {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
}
.combo-row[data-v-f24de6b1] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
  font-size: clamp(0.8rem, 2.5vw, 0.95rem);
  line-height: 1.4;
  min-width: 0;
  flex-wrap: nowrap;
}
.issue-label[data-v-f24de6b1] {
  font-weight: 700;
  color: #333;
  margin-right: 0;
  min-width: clamp(60px, 15vw, 80px);
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
.issue-label .issue-number[data-v-f24de6b1] {
  color: #d90000;
  font-weight: 700;
}
.combo-data-text[data-v-f24de6b1] {
  color: #d90000;
  margin-right: 8px;
  min-width: 20px;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
}
.combo-data-text.hit[data-v-f24de6b1] {
  background: #ffeb3b !important;
  color: #333 !important;
  padding: 0;
  border-radius: 3px;
  font-weight: 700;
}
.combo-selection[data-v-f24de6b1] {
  color: #1890ff;
  font-weight: 500;
  margin-right: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.number-display[data-v-f24de6b1] {
  display: flex;
  flex-wrap: nowrap;
  gap: 1px;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  min-width: 0;
  flex-shrink: 1;
}
.number-item[data-v-f24de6b1] {
  color: #333;
  font-size: clamp(0.7rem, 2vw, 0.85rem);
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin-right: 4px;
  flex-shrink: 0;
  min-width: fit-content;
}
.number-item.hit[data-v-f24de6b1] {
  font-weight: 700;
  background: #ffeb3b !important;
  padding: 0;
  border-radius: 3px;
}
.combo-group-block:has(.combo-content) .number-item.hit[data-v-f24de6b1] {
  color: #333 !important;
}
.zodiac-legend[data-v-f24de6b1] {
  display: flex;
  justify-content: space-between;
  margin-top: -17px;
  padding: 8px 0;
  border-top: 1px solid #eee;
}
.legend-item[data-v-f24de6b1] {
  padding: 4px 8px;
  border-radius: 4px;
}
.legend-item.qin[data-v-f24de6b1] {
  color: #d90000;
}
.legend-item.qi[data-v-f24de6b1] {
  color: #1890ff;
}
.legend-item.shu[data-v-f24de6b1] {
  color: #52c41a;
}
.legend-item.hua[data-v-f24de6b1] {
  color: #eb2f96;
}
.head-char[data-v-f24de6b1] {
  color: inherit;
}
.hit-zodiac-char[data-v-f24de6b1] {
  background: #ff0;
  color: red;
  padding: 0;
  border-radius: 2px;
  font-weight: 700;
  margin: 0 1px;
}
.combo-group-block:has(.combo-content) .combo-row[data-v-f24de6b1] {
  border-bottom: 1px solid blue;
  padding-bottom: 4px;
}
.combo-group-block[data-v-f24de6b1]:has(.combo-content) {
  background: #e2e8c8 !important;
}
.combo-group-block:has(.combo-content) .combo-group-header[data-v-f24de6b1] {
  background: #cdd496 !important;
}
.numbers-row[data-v-f24de6b1] {
  margin-top: 8px;
  padding: 8px 0;
}
.numbers-display[data-v-f24de6b1] {
  display: block;
  width: 100%;
  line-height: 1.6;
}
.numbers-display .number-item[data-v-f24de6b1] {
  display: inline !important;
  font-size: 0.9rem;
  margin-right: 2px;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  text-align: left !important;
  border: none !important;
  color: #1890ff !important;
}
.numbers-display .number-item.hit[data-v-f24de6b1] {
  background: #ffeb3b !important;
  font-weight: 700;
  padding: 0 !important;
  border-radius: 3px !important;
}
.number-row[data-v-f24de6b1] {
  margin-bottom: 4px;
}
.number-row[data-v-f24de6b1]:last-child {
  margin-bottom: 0;
}
.zodiac-data[data-v-f24de6b1] {
  color: #333;
  font-weight: 500;
  margin-left: 8px;
}
.tail-data[data-v-f24de6b1],
.season-data[data-v-f24de6b1],
.pingte-data[data-v-f24de6b1],
.pingma-tail-data[data-v-f24de6b1],
.tiandixiao-data[data-v-f24de6b1],
.wuxing-data[data-v-f24de6b1] {
  color: #333;
  font-weight: 500;
  margin-left: 8px;
}
.legend-item[data-v-f24de6b1] {
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 2px;
}
.legend-item.wuxing-jin[data-v-f24de6b1] {
  color: gold;
}
.legend-item.wuxing-mu[data-v-f24de6b1] {
  color: #32cd32;
}
.legend-item.wuxing-shui[data-v-f24de6b1] {
  color: #00bfff;
}
.legend-item.wuxing-huo[data-v-f24de6b1] {
  color: #ff4500;
}
.legend-item.wuxing-tu[data-v-f24de6b1] {
  color: #d2691e;
}
