/* =====================================================================
   style.css — 数え年・満年齢の変換 ツール固有の微調整のみ。
   共通スタイルは /_shared/shirugear.css に任せる（結果表示は sg-result）。
   ===================================================================== */

/* 数え年の行を強調 */
.sg-result-row.sg-kz-emph .sg-result-row__value {
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--sg-accent, #3b5bdb);
}

/* 行事早見の小見出し */
.sg-kz-subhead {
  margin: 0 0 var(--sg-space-2, 8px);
  font-size: 1rem;
  font-weight: 700;
}

/* 早見の値は折り返して読みやすく */
#shichigosan-table .sg-result-row__value,
#chouju-table .sg-result-row__value {
  text-align: right;
  line-height: 1.6;
  word-break: break-word;
}

/* 基準年に一致する行のハイライト */
.sg-result-row.sg-kz-now {
  background: var(--sg-accent-weak, #eef2ff);
  border-radius: 6px;
}
.sg-result-row.sg-kz-now .sg-result-row__value {
  font-weight: 700;
}
