












.gh-chart { width: 100%; height: 100%; }


.gh-chart-320 { width: 100%; height: 320px; }
.gh-chart-420 { width: 100%; height: 420px; }











.anno-panel {
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid var(--border-color);
}

.anno-panel-head {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 6px;
}

.anno-panel-title { font-size: 13px; color: #4E5969; }
.anno-panel-note { font-size: 12px; color: #9AA1AC; }

.anno-list {
  list-style: none;
  margin: 0;
  padding: 0;
  
  columns: 2;
  column-gap: 24px;
}

.anno-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 3px 4px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.6;
  
  break-inside: avoid;
}

.anno-item:hover { background: rgba(0, 0, 0, 0.02); }

.anno-num {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.anno-year {
  flex: 0 0 auto;
  color: #86909C;
  font-variant-numeric: tabular-nums;
}

.anno-text { color: #1F2329; }


@media (max-width: 1200px) {
  .anno-list { columns: 1; }
}
