/* Shared layout for the refreshed comparison sections. */
.sitewide-results .results-carousel-shell { min-width: 0; max-width: 100%; margin-top: 0; }
.sitewide-results .results-carousel { grid-auto-columns: 100%; scroll-padding-inline: 2px; }
.sitewide-results .ba-copy p { color: var(--ink-soft); }
@media (min-width: 721px) {
  .possibilities-gallery .results-carousel { grid-auto-columns: calc((100% - 24px) / 2); }
}
