#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    border-radius: 0;
    display: none;
    color: rgb(255, 255, 255); 
    background: rgba(0, 71, 141, 0.9) !important;
}
#cb-cookie-banner button {
  background: #fff; 
  color: #1A5FA5;
  border: solid 1px #FFFFFF;
}
#cb-cookie-banner button:hover {
  background: rgba(0, 71, 141, 1); 
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
}
#cb-cookie-banner a {
  color: #FFFFFF;
  text-decoration: underline;
}

