/* List styles */ @utility list-horizontal { @apply flex list-none flex-wrap items-center gap-3; } @utility list-ordered { @apply list-decimal list-inside; } @utility list-unordered { @apply list-disc list-inside; }