/* 降水量・年別一覧ページ固有の設定 */

:root {
  --accent: #2563eb;
  --accent-dark: #1d4ed8;
  --accent-light: #38bdf8;
}

/* 降水量・年別一覧ページ固有の設定 */

:root {
  --accent: #2563eb;
  --accent-dark: #1d4ed8;
  --accent-light: #38bdf8;
}


.extreme-cell {
  min-width: 190px;
  text-align: right;
}

.extreme-value {
  font-size: 15px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.extreme-value .unit {
  margin-left: 2px;
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
}

.extreme-detail {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.4;
  color: var(--muted);
}

.station-count {
  color: var(--muted);
}
/* 梅雨期間・梅雨期間比 */
.period-days,
.period-ratio {
  min-width: 110px;
  white-space: nowrap;
}

.period-ratio {
  font-weight: 600;
}

/* ==========================================================
   年別推移グラフ
========================================================== */

.combined-trend-card h2 {
  margin: 0 0 18px;
  font-size: 20px;
}

.combined-trend-container {
  position: relative;
  width: 100%;
  height: 520px;
  min-width: 0;
}

@media (max-width: 768px) {
  .combined-trend-container {
    height: 420px;
  }
}

@media (max-width: 560px) {
  .combined-trend-container {
    height: 340px;
  }
}
