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

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

.sg-field .sg-help {
  margin-top: var(--sg-space-1);
}

.sg-subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 var(--sg-space-2, 8px);
}

.sg-table-wrap {
  overflow-x: auto;
  margin-top: var(--sg-space-3, 12px);
}

.sg-rate-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  font-variant-numeric: tabular-nums;
}

.sg-rate-table th,
.sg-rate-table td {
  padding: 8px 12px;
  text-align: right;
  border-bottom: 1px solid var(--sg-border, #e2e2e2);
  white-space: nowrap;
}

.sg-rate-table th:first-child,
.sg-rate-table td:first-child {
  text-align: left;
}

.sg-rate-table thead th {
  font-weight: 600;
  color: var(--sg-muted, #666);
  border-bottom-width: 2px;
}
