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

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

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://www.dspolitical.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; }/* Force background to light blue and text to dark blue */ #wpfront-notification-bar.wpfront-notification-bar { background-color: #b8ccdb !important; /* Light blue background */ background-image: none !important; /* Remove gradients */ color: #143b63 !important; /* Dark blue text color */ z-index: 9999 !important; /* Ensure visibility above other elements */ border: none !important; /* Remove borders */ } /* Force all text within the message to dark blue */ #wpfront-notification-bar .wpfront-message, #wpfront-notification-bar .wpfront-message p { color: #143b63 !important; /* Text color */ font-weight: bold !important; /* Bold text */ margin: 0 !important; /* Remove any extra margins */ line-height: 1.5 !important; /* Improve spacing */ } /* Force links to appear in the correct blue */ #wpfront-notification-bar .wpfront-message a, #wpfront-notification-bar .wpfront-message a:link, #wpfront-notification-bar .wpfront-message a:visited { color: #1a64a3 !important; /* Link color: medium blue */ text-decoration: underline !important; /* Underline links */ font-weight: bold !important; /* Bold links */ } /* Ensure links change on hover for interaction */ #wpfront-notification-bar .wpfront-message a:hover, #wpfront-notification-bar .wpfront-message a:focus { color: #143b63 !important; /* Darker blue on hover */ } /* Force the close button color to dark blue */ #wpfront-notification-bar .wpfront-close { color: #143b63 !important; /* Dark blue close button */ } /* Fix any inline styles interfering */ #wpfront-notification-bar [style], #wpfront-notification-bar a[style] { color: inherit !important; /* Override any inline color */ background: none !important; /* Remove inline backgrounds */ }