.elementor-10626 .elementor-element.elementor-element-78d40dff{--display:flex;}/* Start custom CSS */.clinical-chart {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: #1f2933;
}

.clinical-chart h2 {
  font-size: 28px;
  margin-bottom: 24px;
  font-weight: 600;
}

.chart-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.chart-column {
  background: #f8fafc;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #e5e7eb;
}

.chart-column.highlight {
  background: #ffffff;
  border: 2px solid #2563eb;
}

.chart-column h3 {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 600;
}

.chart-column ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.chart-column ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}

.chart-column ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: bold;
}

.chart-note {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.5;
}

.divider {
  height: 1px;
  background: #e5e7eb;
  margin: 50px 0;
}/* End custom CSS */