/* START Tooltip styles */
.highcharts-custom-tooltip {
  padding: 8px;
  border-radius: 5px;
}
/* END Tooltip styles */

/* START Table styles */
.highcharts-data-table {
  margin-top: 15px;
}

.highcharts-data-table table th,
.highcharts-data-table table td {
  word-break: normal;
}

.highcharts-data-table table thead tr th {
  border-bottom: 1px solid var(--white-color);
  text-align: right;
  vertical-align: top;
  line-height: 1.5rem;
}
/* END Table styles */
