#wpadminbar {
  background-color: #ab0000;
}
#blz_dss_banner {
  position: fixed;
  left: 0%;
  top: 30px;
  max-height: 35px;
  height: 35px;
  padding: 4px 20px 0;
  width: 100%;
  text-align: center;
  z-index: 9999;
  background: #ab0000;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
body.blz-dev-site {
    padding-top: 33px;
}

@media screen and (max-width: 782px){
    #blz_dss_banner {
        top: 46px;
        height: 50px;
        max-height: none;
    }
    body.blz-dev-site {
        padding-top: 50px;
    }
    body.blz_scrolled #blz_dss_banner {
        display: none;
    }
    body.blz_scrolled.blz-dev-site {
        padding-top: 0;
    }
    .wp-admin.blz-dev-site-admin {
        padding-top: 0;
    } 
    .wp-admin #blz_dss_banner {
        position: absolute;
    } 
}


body.blz-dev-site:not(.admin-bar) #blz_dss_banner {
    top: 0 !important;
}    



.blz-dev-site.block-editor-page #blz_dss_banner {
    top: 8px;
    bottom: auto;
    width: 20%;
    right: 35%;
    left: auto;
    font-size: 0.9em;
    font-weight: 300;
    max-height: 40px;
    height: 40px;
}
