/**
 * Tour archive: keep two separate blocks (guide; price + Book CTA) stacked
 * vertically. Card body uses flex + mt-auto on .vx-tour-card__foot so each
 * row of the grid shares a level bottom edge — no staggered “lòi lỏm”.
 * No single-row three-column layout here.
 */
body.post-type-archive-vx_tour #vx-grid {
  align-items: stretch;
}

body.post-type-archive-vx_tour #vx-grid > article[data-tour-card] {
  min-height: 0;
}
