/* assets/css/plugin-styles.css */
.oop-plugin-wrapper {
    transition: all 0.3s ease;
}

/* Ensure Tailwind doesn't clash with theme fonts if desired */
.oop-custom-font {
    font-family: 'Inter', sans-serif;
}