.explanation-wrapper {
  position: relative;
  display: inline-block;
}

.explanation {
    white-space: pre-wrap;
  }

.tooltip {
  position: absolute;
  z-index: 3;
  right: 100%;
  transform: translateY(-50%);
  width: max-content;
  padding: 16px;
  background: white;
  border: 1px solid;
  display: none;
}

.tooltip.is-active {
  display: block;
}

.graph-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 0px 30px;
}

.graph-card {
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
}
