/* Page-local styles for Canada income tax brackets tool */

.table-container {
  width: 100%;
  overflow-x: auto;
  margin-top: 12px;
}

table {
  min-width: 320px;
}

table caption {
  text-align: left;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 8px;
  font-weight: 600;
}

th,
td {
  white-space: nowrap;
}

.province-section {
  margin-top: 20px;
}

.province-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.table-note {
  margin-top: 12px;
  font-size: 12px;
  color: var(--muted);
}

.report-issue-wrap {
  margin-top: 24px;
}

.report-issue-link {
  font-size: 13px;
}

