#cb-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-radius: 0;
  display: none;
  background-color: #0d1921;
  color: white;
  border: none;
  
}

#cb-cookie-banner > .cookie-text {
  display: inline-flex;
}

.cookie-btn {
  width: 100px;
}