.chartkit-graph .highcharts-plot-line-label,
.chartkit-graph .highcharts-plot-band-label {
  fill: var(--highcharts-plot-line-label);
}

.chartkit-graph .highcharts-plot-band_comment {
  opacity: 0.5;
}

.chartkit-graph .highcharts-legend .highcharts-coloraxis-labels text {
  fill: var(--g-color-text-secondary) !important;
  color: var(--g-color-text-secondary) !important;
}

.chartkit-graph .highcharts-legend .highcharts-coloraxis-grid path {
  stroke: var(--g-color-base-background);
}

.chartkit-tooltip {
  border: 1px solid var(--highcharts-grid-line);
  border-radius: 3px;
  background: var(--highcharts-tooltip-bg);
  padding: 10px 14px;
  color: var(--highcharts-tooltip-text);
  font-size: 12px;
  box-sizing: border-box;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.chartkit-tooltip_split-tooltip {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid var(--g-color-line-generic);
}

.chartkit-tooltip_yandex-map {
  position: absolute;
}

.chartkit-tooltip__header {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
}

.chartkit-tooltip__header + .chartkit-tooltip__row .chartkit-tooltip__cell {
  padding-top: 10px;
}

.chartkit-tooltip__footer {
  color: #aaaaaa;
  font-size: 10px;
}

.chartkit-tooltip__footer:not(:only-child) {
  margin-top: 8px;
}

.chartkit-tooltip__row {
  display: table-row;
}

.chartkit-tooltip__cell {
  display: table-cell;
  padding: 2px 7px 2px 0;
  max-width: 370px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.chartkit-tooltip__cell_yandex-map {
  white-space: nowrap;
}

.chartkit-tooltip__color {
  position: relative;
  top: -1px;
  width: 12px;
  height: 6px;
  margin-right: 3px;
  border-radius: 1px;
  display: inline-block;
}

.chartkit-tooltip__series-name {
  padding-right: 45px;
}

.chartkit-tooltip h3 {
  margin: 0;
}

.chartkit-tooltip__point-container_type_timeline {
  max-width: 350px;
  white-space: normal;
  padding-top: 5px;
}