.report-source {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.1rem 0 1.4rem;
  padding-bottom: .85rem;
  border-bottom: 1px solid rgba(39, 61, 49, .16);
}

.report-source span {
  color: #b95f45;
  font-weight: 700;
  letter-spacing: .08em;
}

.report-source small,
.report-evidence {
  color: #7a837b;
  font-size: .72rem;
}

.report-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .8rem;
  margin: 0 0 1.8rem;
}

.report-stats div {
  padding: .85rem .65rem;
  background: rgba(243, 238, 222, .68);
  text-align: center;
}

.report-stats b,
.report-stats span { display: block; }
.report-stats b { color: #28463c; font-size: 1.35rem; }
.report-stats span { margin-top: .15rem; color: #747a72; font-size: .7rem; }

.report-evidence { display: block; margin-top: .5rem; }
.route-label, .suggestion-label { margin-top: 1.8rem; }
.report-muted { color: #7b817a; font-size: .8rem; }

.parent-suggestions {
  margin: .8rem 0 0;
  padding-left: 1.3rem;
  color: #435248;
}

.parent-suggestions li { margin: .55rem 0; padding-left: .35rem; }

.report-empty {
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  text-align: center;
  color: #6b756d;
}

.report-empty b { color: #2f4439; font-size: 1.25rem; }
.report-empty span { max-width: 30rem; line-height: 1.8; }

@media (max-width: 720px) {
  .report-stats { grid-template-columns: repeat(2, 1fr); }
  .report-source { align-items: flex-start; flex-direction: column; }
}
