.paragraph--type-data-table.component--style-chart h2.component--heading {
  border-bottom: 2px #fff solid;
  padding-bottom: 10px;
}

.paragraph--type-data-table.component--style-chart .body-wrap {
  background-color: transparent;
}

  .paragraph--type-data-table.paragraph--view-mode-full .data-table-filters {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ebebeb;
  }
  @media (min-width: 768px) {
    .paragraph--type-data-table.paragraph--view-mode-full .data-table-filters {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }
  }
    .paragraph--type-data-table.paragraph--view-mode-full .data-table-filter {
      margin-bottom: 12px;
    }
    @media (min-width: 768px) {
      .paragraph--type-data-table.paragraph--view-mode-full .data-table-filter {
        flex-shrink: 0;
        margin-bottom: 0;
      }
    }
      .paragraph--type-data-table.paragraph--view-mode-full .data-table-filter label {
        display: inline-block;
        margin-right: 10px;
      }
      .paragraph--type-data-table.paragraph--view-mode-full .data-table-filter label:after {
        content: ':';
      }

      .paragraph--type-data-table.paragraph--view-mode-full .data-table-filter select {
        max-width: 300px;
      }

.paragraph--type-data-table.paragraph--view-mode-full table .dtfc-fixed-start {
  background-color: #ebebeb;
  z-index: 1;
  position: absolute;
}
/* When scrolling, add a shadow to the right of the fixed column.
 * Classes added by DataTables FixedColumns plugin.
 */
.paragraph--type-data-table.paragraph--view-mode-full table.dtfc-scrolling-start .dtfc-fixed-start:after { 
  content: '';
  width: 5px;
  box-shadow: 5px 0 5px -5px inset;
  position: absolute;
  top: 0;
  bottom: -1px;
  right: -5px;
}