/* Alternate row direction so every other row reverses image/text.
 * Desktop only — at mobile widths core Columns already stacks vertically. */
@media (min-width: 782px) {
  .sb-cookbook-alternating-step .sb-cookbook-alternating-step__row:nth-child(even) {
    flex-direction: row-reverse;
  }
}
