/* ==========================================================================
   Utilities - sparing, targeted overrides only
   ========================================================================== */
.la-text-center { text-align: center; }
.la-mt-0 { margin-top: 0 !important; }
.la-mb-0 { margin-bottom: 0 !important; }
.la-muted { color: var(--la-text-muted) !important; }
.la-dim { color: var(--la-text-dim) !important; }
.la-max-prose { max-width: 68ch; }
.la-flex-wrap { display: flex; flex-wrap: wrap; gap: 14px; }
.la-hide-mobile { display: initial; }
@media (max-width: 640px) { .la-hide-mobile { display: none !important; } }
