.insight_examples_wrapper {
  padding:20px;
}

.insight_examples {
  display:flex;
  flex-direction:column;
  margin-top:30px;
  gap:30px;
}

.insight_example {
  border:1px solid var(--gridline);
  font-family: "Matter SemiMono", monospace;
  font-size:14px;
  border-radius:6px;
}

.insight_example .name, .insight_example .news, .insight_example .score {
  border-bottom:1px solid var(--gridline);
  padding:14px;
}

.insight_example .rationale {
  padding:14px;
}

.insight_example .score {
  font-family: "Inter";
  font-weight:700;
  font-size:18px;
  display:flex;
  align-items:center;
  justify-content: space-between;
}

.insight_example button {
  margin-bottom:0;
}