.graph-container {
  width: 100%;
  max-width: 100%;
  margin: 1.5rem 0;
  overflow-x: auto;
  position: relative;
}

.canvas {
  width: 100%;
  min-height: 18.75rem;
  display: block;
}

.x-axis {
  border-top: 2px solid var(--rich-black, #000);
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
  margin-top: 0.25rem;
}

.y-axis {
  border-right: 2px solid var(--rich-black, #000);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 0.5rem;
  margin-right: 0.25rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}