/* =====================================================================
   style.css — 出産予定日・妊娠週数の計算 ツール固有の微調整のみ。
   共通スタイルは /_shared/shirugear.css に任せる。
   ===================================================================== */

/* 予定日は長めなので少し詰めて表示 */
.sg-result__value {
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}
