/* ═══════════════════════════════════════
   Survey Explainer — tool-specific styles
   ═══════════════════════════════════════ */

/* Card grid: 1 col on small screens, 2 on medium */
.sdt-survey-explainer .sdt-cards {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 600px) {
  .sdt-survey-explainer .sdt-cards {
    grid-template-columns: 1fr;
  }
}

/* Highlighted detail card */
.sdt-survey-explainer .sdt-result-card--highlight {
  border-left: 4px solid var(--sdt-primary);
}

/* Comparison table best-for column wrapping */
.sdt-survey-explainer .sdt-compare td:last-child {
  min-width: 160px;
}
