/* =====================================================================
   style.css — ご祝儀・香典・お年玉の相場 ツール固有の微調整のみ。
   共通スタイルは /_shared/shirugear.css に任せる。
   ===================================================================== */

.sg-result__value,
.sg-result-row__value {
  font-variant-numeric: tabular-nums;
}

.sg-field + .sg-field {
  margin-top: var(--sg-space-3);
}

/* 関係・年齢のセレクトは横いっぱい */
#scene-select,
#relation-select,
#age-select {
  width: 100%;
}
