/* Minimal frontend styles for Message Rotator plugin
   This file was added to avoid 404s when the plugin expects assets/css/frontend.css
   You can customize these styles or replace the file with the plugin's original stylesheet. */

.wpmr-rotator { display: block; }
.wpmr-slide { opacity: 1; transition: opacity .3s ease; }
.wpmr-slide.is-hidden { opacity: 0; }
