/* hack to make tailwindcss variable name the same as unocss variable name, because flowbite is garbage */
.carousel-item {
    --un-translate-x: var(--tw-translate-x);
}