/* v51 layout layer: page-level spacing and secondary-page hero density */
.recommender-hero .hero-content,
.assistant-hero .hero-content,
.team-hero .hero-content {
  max-width: 780px;
}

.recommender-hero .meta-row:empty,
.assistant-hero .meta-row:empty,
.team-hero .meta-row:empty {
  display: none;
}

.section-head.with-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.section-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(16px, 2vw, 24px);
}

.evidence-followup-cta {
  padding-top: 2px;
}
