/* Tripper Ticket — utilities (minimal; prefer components). */
.tt-text-center { text-align: center; }
.tt-mt-0 { margin-top: 0; }
.tt-mt-16 { margin-top: var(--tt-space-16); }
.tt-mt-24 { margin-top: var(--tt-space-24); }
.tt-mt-48 { margin-top: var(--tt-space-48); }
.tt-hide  { display: none !important; }

/* Logical properties + dir attribute keep RTL automatic.
   Arabic flips without rebuilding components. */
[dir="rtl"] { text-align: right; }
.tt-mb-16 { margin-bottom: var(--tt-space-16); }
