#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;
                            flex-direction: column;
                            }
            #wpfront-notification-bar div.wpfront-message, #wpfront-notification-bar-editor.wpfront-message            {
            color: #000000;
                            width: 100%
                            }
            #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://talkingjinvani.com/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png);
                }

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://talkingjinvani.com/wp-content/plugins/wpfront-notification-bar/images/arrow_up.png);
                }
                #wpfront-notification-bar-table, .wpfront-notification-bar tbody, .wpfront-notification-bar tr            {
                            width: 100%
                            }
            #wpfront-notification-bar div.wpfront-close            {
            border: 1px solid #FFFFFF;
            background-color: #FFFFFF;
            color: #FFFFFF;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #FFFFFF;
            background-color: #FFFFFF;
            }
             #wpfront-notification-bar-spacer { display:block; }/* FORCE consistent bar layout */ .offer-slide-bar { display: flex !important; align-items: center !important; justify-content: center !important; gap: 12px; padding: 10px 15px; background: #FFFFFF !important; overflow: hidden; } /* Message text */ .offer-slide-bar .wpnb-message, .offer-slide-bar .notification-message { color: #ffffff !important; font-size: 16px; line-height: 1.4; margin: 0; padding: 0; animation: slideText 0.8s ease-out forwards; } /* Button fix */ .offer-slide-bar a, .offer-slide-bar button { white-space: nowrap; flex-shrink: 0; } /* Slide animation */ @keyframes slideText { from { transform: translateX(-30px); opacity: 0; } to { transform: translateX(0); opacity: 1; } } /* MOBILE FIX */ @media (max-width: 768px) { .offer-slide-bar { flex-direction: row !important; flex-wrap: nowrap !important; text-align: center; } }