/* =====================================================================
   style.css — レンジ加熱時間換算 ツール固有の微調整のみ。
   共通スタイルは /_shared/shirugear.css に任せる（結果表示は sg-result）。
   ===================================================================== */

/* 結果値はタブ幅数字で桁を揃える */
.sg-result__value {
  font-variant-numeric: tabular-nums;
}

/* 分・秒入力の補助ラベルを入力直下に詰める */
.sg-row .sg-help {
  margin-top: var(--sg-space-1);
  text-align: center;
}
