/* Date field styles */ .date-field { @apply flex flex-col gap-1; &[data-invalid="true"], &[aria-invalid="true"] { [data-slot="description"] { @apply hidden; } } [data-slot="label"] { @apply w-fit; } } /* Full width modifier */ .date-field--full-width { @apply w-full; }