/* Landing post-build fixes (loaded after the compiled styles, overrides allowed). */

/* Comparison table: the value cells were center-justified, so the X / check icons zig-zagged
   with the text width. Left-align them so every X and every check forms a clean vertical column. */
div:has(> svg.lucide-x),
div:has(> svg.lucide-check) {
  justify-content: flex-start !important;
  padding-left: clamp(1rem, 18%, 4.5rem);
}
