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

/* 結果値・内訳値は等幅で桁を読みやすく、長い2進数も折り返す */
.sg-result__value {
  font-variant-numeric: tabular-nums;
}
.sg-result-row__value {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  word-break: break-all;
  text-align: right;
}
