/* 
 * This is a precompiled Tailwind CSS file scoped with a prefix if needed.
 * For simplicity in this standalone plugin, we assume a standard Tailwind build.
 * In a real-world scenario, you would run a tailwind build process with a prefix (e.g., tw-) 
 * to avoid conflicts with the theme's CSS.
 */
@tailwind base;
@tailwind components;
@tailwind utilities;

.wptt-hidden {
	display: none !important;
}
