.analytics-chart {
  height: auto;
}

.chart-plot {
  position: relative;
  height: 300px;
  min-height: 0;
  min-width: 0;
  max-width: 100%;
}

.overview-chart-plot {
  height: 250px;
}

.chart-plot canvas {
  display: block;
  max-width: 100% !important;
}

.snapshot-grid,
.snapshot-grid > *,
.chart-card {
  min-width: 0;
}

.chart-empty {
  height: 250px;
  display: grid;
  place-items: center;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .04);
}

.chart-empty p {
  margin: 0;
}

@media (max-width: 1000px) {
  .snapshot-grid {
    grid-template-columns: 1fr;
  }
}
