.combo-group-block[data-v-d269374b] {
  background: #dcf2ed;
  border-radius: 10px;
  margin-bottom: 0;
  box-shadow: 0 2px 8px #00000014;
  padding: 0 0 8px;
  transition: background 0.3s;
}
.combo-group-header[data-v-d269374b] {
  display: block;
  font-size: 1.28rem;
  font-weight: 800;
  background: linear-gradient(to bottom, #11ab8c, #dcf2ed);
  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;
}
.combo-table[data-v-d269374b] {
  width: 100%;
  border-collapse: collapse;
  margin: 4px 0 0;
  background: #fff;
  color: #222;
  transition:
    background 0.3s,
    color 0.3s;
}
.combo-table td[data-v-d269374b] {
  padding: 0;
  text-align: center;
  font-size: 0.98rem;
  vertical-align: middle;
}
.baota-table[data-v-d269374b] {
  border-collapse: separate !important;
  border-spacing: 0 8px !important;
  border: 2px solid #ddd !important;
  border-radius: 8px !important;
}
.baota-table td[data-v-d269374b] {
  border: 1px solid #ccc !important;
  text-align: center;
  font-size: 0.92rem;
  line-height: 0.95;
  vertical-align: middle;
}
@media (max-width: 390px) {
  .baota-table td[data-v-d269374b] {
    font-size: 0.75rem;
  }
  .baota-table .data-line[data-v-d269374b] {
    gap: 5px;
    flex-wrap: wrap;
  }
}
@media (min-width: 391px) {
  .baota-table td[data-v-d269374b] {
    font-size: 1.3rem !important;
  }
  .baota-table .data-line[data-v-d269374b] {
    gap: 15px;
  }
}
.baota-table .data-line[data-v-d269374b] {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  justify-content: flex-start !important;
}
.baota-table tbody tr + tr[data-v-d269374b] {
  border-top: 8px solid transparent;
}
.combo-table .data-map-item[data-v-d269374b] {
  margin: 0 4px 0 0;
  background: transparent;
}
.no-border-table[data-v-d269374b],
.no-border-table td[data-v-d269374b] {
  border: none !important;
  background: transparent;
}
.no-border-table td[data-v-d269374b] {
  background: none;
}
.formatted-data-cell[data-v-d269374b] {
  background: transparent;
}
.baota-table .formatted-data-cell[data-v-d269374b] {
  padding: 12px 16px !important;
}
.formatted-data[data-v-d269374b] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.data-line[data-v-d269374b] {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #333;
  font-family: monospace;
  text-align: left;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-start;
}
.jingxuan-special-format[data-v-d269374b] {
  padding: 8px 0;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.jingxuan-special-format .issue-line[data-v-d269374b] {
  color: red;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}
.jingxuan-special-format .numbers-line-1[data-v-d269374b],
.jingxuan-special-format .numbers-line-2[data-v-d269374b],
.jingxuan-special-format .numbers-line-3[data-v-d269374b] {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 4px 0;
}
.new-special-format-normal[data-v-d269374b] {
  padding: 8px 0;
  font-size: 0.8rem;
  gap: 0px;
  overflow-x: auto;
}
.direction-legend[data-v-d269374b] {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 8px 12px;
  margin-bottom: 8px;
  font-size: 1.05rem;
  line-height: 1.4;
}
.direction-legend .legend-row[data-v-d269374b] {
  margin-bottom: 4px;
}
.direction-legend .legend-row[data-v-d269374b]:last-child {
  margin-bottom: 0;
}
.direction-legend .legend-item[data-v-d269374b] {
  font-weight: 500;
}
.direction-legend .legend-east[data-v-d269374b] {
  color: #ff4d4f;
}
.direction-legend .legend-west[data-v-d269374b] {
  color: #faad14;
}
.direction-legend .legend-south[data-v-d269374b] {
  color: #52c41a;
}
.direction-legend .legend-north[data-v-d269374b] {
  color: #722ed1;
}
@media (max-width: 480px) {
  .new-special-format-normal[data-v-d269374b] {
    font-size: 0.7rem;
    gap: 0px;
  }
  .direction-legend[data-v-d269374b] {
    font-size: 1rem;
    padding: 6px 10px;
  }
}
.hit-highlight[data-v-d269374b] {
  background-color: #ffeb3b !important;
  color: red !important;
  font-weight: 700 !important;
  padding: 2px 6px !important;
  border-radius: 4px !important;
  border: 1px solid #f57f17 !important;
  display: inline-block !important;
}
@media (max-width: 390px) {
  .data-line[data-v-d269374b] {
    font-size: 0.7rem;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  .new-special-format-normal[data-v-d269374b] {
    font-size: 0.65rem;
    gap: 0px;
  }
  .direction-legend[data-v-d269374b] {
    font-size: 0.95rem;
    padding: 5px 8px;
  }
}
@media (min-width: 391px) {
  .data-line[data-v-d269374b] {
    font-size: 0.65rem;
    display: flex;
    gap: 15px;
  }
}
.open-result[data-v-d269374b] {
  margin-left: 6px;
}
.open-result.hit[data-v-d269374b] {
  background: #ffeb3b;
  color: red;
  padding: 0 4px;
  border-radius: 2px;
}
.open-result.miss[data-v-d269374b] {
  background: transparent;
  color: #000;
}
.open-result.pending[data-v-d269374b] {
  background: transparent;
  color: #1677ff;
}
.baota-table .data-line[data-v-d269374b]:first-child {
  justify-content: center !important;
}
@media (max-width: 390px) {
  .baota-table .data-line[data-v-d269374b] {
    font-size: 0.75rem !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
  }
}
@media (min-width: 391px) {
  .baota-table .data-line[data-v-d269374b] {
    font-size: 1.1rem !important;
    line-height: 1.3 !important;
    font-family: inherit !important;
  }
}
