.wage-table--ordinary {
  width: 100%;
  font-variant-numeric: tabular-nums;
}

.wage-table--ordinary th,
.wage-table--ordinary td {
  padding: 0.5rem 0.65rem;
  font-size: 1rem;
  line-height: 1.4;
}

.wage-table--ordinary td:not(:first-child),
.wage-table--ordinary thead th:not(:first-child) {
  text-align: right;
}

.wage-table--ordinary td:not(:first-child) {
  white-space: nowrap;
}

.wage-table__scope {
  margin-bottom: 0.5rem;
}

.wage-table__scope summary {
  cursor: pointer;
}

.wage-table__scope summary:focus-visible {
  outline: 2px solid currentcolor;
  outline-offset: 0.2rem;
}

.wage-guide__primary-tools h2[id] {
  scroll-margin-top: 6rem;
}
