.chart-section-1 .content {
  flex-direction: column;
  gap: 40px;
}
.chart-section-1 .chart-title {
  margin-bottom: 0;
}
.chart-section-1 .chart-container {
  width: 100%;
  overflow-x: auto;
}
.chart-section-1 .chart-table {
  display: flex;
  flex-direction: column;
  width: fit-content;
  border: 1px solid var(--gray-200);
  border-radius: var(--border-radius-6xl);
  overflow: hidden;
}
.chart-section-1 .chart-section {
  display: flex;
  flex-direction: column;
}
.chart-section-1 .chart-row {
  display: flex;
  flex-direction: row;
  border-top: 1px solid var(--gray-200);
}
.chart-section-1 .chart-row.chart-section-row {
  background: var(--gray-50);
}
.chart-section-1 .chart-row.chart-header-row {
  height: 86px;
  border-top: 0px solid var(--gray-200);
}
.chart-section-1 .chart-section-row {
  height: 68px;
}
.chart-section-1 .chart-cell {
  display: flex;
  align-items: center;
  width: 263px;
  flex-shrink: 0;
  padding: 16px 25px;
  color: var(--gray-700);
}
.chart-section-1 .chart-row-label,
.chart-section-1 .chart-section-header {
  width: 423px;
  color: var(--gray-900);
}
.chart-section-1 .chart-row-label {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.chart-section-1 .chart-row-label-body {
  color: var(--body-default-font-color);
  font-weight: 400;
  font-size: 14px;
}
.chart-section-1 .chart-section-header {
  font-size: 18px;
  font-weight: var(--font-weight-semibold);
}
.chart-section-1 .chart-heading {
  font-weight: var(--font-weight-semibold);
  color: var(--gray-900);
}
.chart-section-1 .chart-heading-1 {
  color: var(--brand-700);
}
.chart-section-1 .cell-check {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chart-section-1 .cell-check .cell-check-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.chart-section-1 .cell-check .cell-check-text {
  color: var(--gray-600);
  font-weight: 600;
}
.chart-section-1 .cell-dash {
  color: var(--gray-400);
  font-size: 20px;
  line-height: 1;
}
.chart-section-1 .cell-text {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.chart-section-1 .cell-text .cell-line {
  color: var(--gray-700);
}
.chart-section-1 .cell-text .cell-line:nth-child(2) {
  font-weight: 700;
}
/*
========================================
Per-Client Field Visibility
========================================
*/