#wpfront-notification-bar, #wpfront-notification-bar-editor            {
            background: #D0CCC6;
            background: -moz-linear-gradient(top, #D0CCC6 0%, #D0CCC6 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D0CCC6), color-stop(100%,#D0CCC6));
            background: -webkit-linear-gradient(top, #D0CCC6 0%,#D0CCC6 100%);
            background: -o-linear-gradient(top, #D0CCC6 0%,#D0CCC6 100%);
            background: -ms-linear-gradient(top, #D0CCC6 0%,#D0CCC6 100%);
            background: linear-gradient(to bottom, #D0CCC6 0%, #D0CCC6 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D0CCC6', endColorstr='#D0CCC6',GradientType=0 );
            background-repeat: no-repeat;
                        }
            #wpfront-notification-bar div.wpfront-message, #wpfront-notification-bar-editor.wpfront-message            {
            color: #ffffff;
                        }
            #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar-editor a.wpfront-button            {
            background: #00b7ea;
            background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3));
            background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
            background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
            background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
            background: linear-gradient(to bottom, #00b7ea 0%, #009ec3 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );

            background-repeat: no-repeat;
            color: #ffffff;
            }
            #wpfront-notification-bar-open-button            {
            background-color: #00b7ea;
            right: 10px;
                        }
            #wpfront-notification-bar-open-button.top                {
                background-image: url(https://rompidobrand.com/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png);
                }

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://rompidobrand.com/wp-content/plugins/wpfront-notification-bar/images/arrow_up.png);
                }
                #wpfront-notification-bar-table, .wpfront-notification-bar tbody, .wpfront-notification-bar tr            {
                        }
            #wpfront-notification-bar div.wpfront-close            {
            border: 1px solid #555555;
            background-color: #555555;
            color: #000000;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #aaaaaa;
            background-color: #aaaaaa;
            }
             #wpfront-notification-bar-spacer { display:block; }/* Barra superior fija y más fina */ #wpfront-notification-bar { position: fixed !important; top: 0 !important; left: 0; width: 100%; height: 25px !important; /* Barra fina */ background-color: #000000; /* Fondo negro */ z-index: 9999; overflow: hidden; } /* Contenedor del mensaje */ #wpfront-notification-bar .wpfront-notification-bar-message { display: inline-block !important; /* Permite animación */ white-space: nowrap; /* Una sola línea */ padding-left: 100%; /* Empieza fuera a la derecha */ animation: tickerMove 15s linear infinite; /* Movimiento continuo */ font-size: 12px !important; /* Texto más pequeño */ line-height: 25px !important; /* Centrado vertical */ color: #ffffff !important; /* Texto blanco */ font-family: Arial, sans-serif; } /* Animación del ticker */ @keyframes tickerMove { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } } /* Ocultar el botón si no quieres */ #wpfront-notification-bar .wpfront-notification-bar-btn { display: none !important; }