.preset-row {
  margin-bottom: 1rem;
}

.case-table {
  width: 100%;
  border-collapse: collapse;
}

.case-table th,
.case-table td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  text-align: left;
}

.case-table input {
  width: 100%;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: rgba(15, 23, 42, 0.44);
  color: #f8fafc;
}

.case-table tbody tr.highlight {
  background: rgba(125, 211, 252, 0.08);
}

#insightList {
  margin: 0;
  padding-left: 1.1rem;
}

#insightList li {
  margin-bottom: 0.45rem;
}
