.form { &-item { @apply space-y-2; } &-input-error { @apply border-danger; } &-label { @apply mb-2 inline-block cursor-pointer font-medium; } &-description { @apply text-muted-foreground text-xs; } &-message { @apply text-danger mt-2 text-xs font-medium; } }