.block-safety-chart {
  margin-bottom: 3rem;
  /* --- Dark Theme --- */
}
.block-safety-chart canvas {
  display: block;
  width: 100%;
  height: 400px !important;
}
.block-safety-chart .chart-data-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
  font-family: archivo, system-ui, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #111;
}
.block-safety-chart .chart-data-table th {
  font-weight: 600;
  padding: 0.6rem;
  border-bottom: 1px solid #e0e0e0;
}
.block-safety-chart .chart-data-table td {
  padding: 0.5rem;
  border-top: 1px solid #e5e5e5;
}
.block-safety-chart .chart-data-table tr:last-child td {
  border-bottom: 1px solid #e5e5e5;
}
.block-safety-chart .chart-data-table.rotated th:first-child {
  text-align: left;
  width: 120px;
}
.block-safety-chart .chart-data-table.rotated th:not(:first-child),
.block-safety-chart .chart-data-table.rotated td {
  text-align: center;
}
.block-safety-chart.theme-dark {
  color: #fff;
}
.block-safety-chart.theme-dark .chart-data-table {
  color: #fff;
}
.block-safety-chart.theme-dark .chart-data-table th:first-child {
  color: #fff;
}
.block-safety-chart.theme-dark .chart-data-table th {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.block-safety-chart.theme-dark .chart-data-table td {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.block-safety-chart.theme-dark .chart-data-table tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
