1.event { 2 @apply flex 3 w-fit 4 flex-col 5 gap-1; 6 7 .title { 8 @apply flex 9 flex-row 10 gap-2; 11 12 span { 13 @apply text-sm 14 font-bold; 15 } 16 } 17 18 a { 19 @apply text-sm; 20 } 21}