.chart-box {
  overflow: hidden;
}

.cover-cell {
  padding: 0.5rem;
}

.cover-picture {
  height: var(--navbar-height);
  width: 75px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}