/**
 * ICAHN — Helpers CSS (notation Tailwind).
 *
 * Petites classes utilitaires reprenant la nomenclature Tailwind.
 * À étendre uniquement avec les helpers explicitement demandés.
 */

.text-nowrap { white-space: nowrap; }
.text-balance { text-wrap: balance; }

.grow { flex-grow: 1; }
.shrink { flex-shrink: 1; }
.shrink-0 { flex-shrink: 0; }
