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

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

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://servicios.telenord.com.do/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 #DB812E;
            background-color: #DB812E;
            color: #FFFFFF;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #DB812E;
            background-color: #DB812E;
            }
             #wpfront-notification-bar-spacer { display:block; }/* Contenedor: texto + botón en la misma línea */ #wpfront-notification-bar .wpfront-message, #wpfront-notification-bar .wpfront-button { display: inline-block !important; vertical-align: middle; margin: 0 5px; } /* Texto */ #wpfront-notification-bar .wpfront-message { font-size: 16px; font-weight: 600; color: #000 !important; } /* Botón estilo pill */ #wpfront-notification-bar .wpfront-button a { background: #000 !important; color: #fff !important; border-radius: 9999px; padding: 8px 16px !important; font-weight: 600; text-decoration: none !important; transition: all 0.3s ease-in-out; display: inline-block; } /* Hover corregido */ #wpfront-notification-bar .wpfront-button a:hover { background-color: #DB812E !important; color: #fff !important; }