.custom-chart__container {
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.custom-chart__header {
  background-color: #9bbaee;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
}
.custom-chart__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #f2f3f5;
}
.custom-chart__image {
  max-width: 100%;
  height: auto;
}
