/* Keep both homepage Smart Meal states aligned with the landing-page Swaps
   presentation: explanation and steps on the left, phone demo on the right. */
.smart-showcase .feature-tabs-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 781px) {
  .smart-showcase .smart-panel-alternatives {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .smart-showcase .smart-panel-alternatives .smart-media-card {
    order: initial;
  }
}

@media (max-width: 780px) {
  .smart-showcase .feature-tabs-two {
    grid-template-columns: 1fr;
  }
}
