#eden-graph-section {

}
    .eden-graph-wrapper {
      max-width: 1150px;
      margin: 0 auto;
    
      border-radius: 24px;
      padding: 40px 40px 32px 40px;
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    }

    .eden-graph-header {
      text-align: center;
      margin-bottom: 24px;
    }

    .eden-graph-header h1 {
      margin: 0;
      font-size: 32px;
      font-weight: 700;
      color: #3b3b3f;
      letter-spacing: 0.02em;
    }

    .eden-graph-header p {
      margin: 8px 0 0 0;
      font-size: 15px;
      color: #9b9ba3;
    }

    .eden-graph-chart-container {
      position: relative;
      height: 420px;     /* height like your image */
    }

    .eden-graph-axis-label {
      text-align: center;
      margin-top: 12px;
      font-size: 14px;
      color: #8b8b95;
    }

    .eden-legend {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  font-size: 14px;
  color: #f5f5f5;
}

.eden-legend-item {
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(128, 255, 204, 0.4);
}

.eden-legend-title {
  font-weight: 600;
  margin-bottom: 4px;
  color: #80ffcc;
}

.eden-legend-focus {
  font-size: 13px;
  opacity: 0.9;
}

.eden-legend-outcome {
  font-size: 12px;
  opacity: 0.8;
  margin-top: 4px;
}
