.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2b2b2b;
  color: #ffffff;
  padding: 16px 20px;
  padding-bottom: 136px;
  display: none;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}
.cookie-consent__text {
  max-width: 75%;
  line-height: 1.4;
}
.cookie-consent__button {
  background: #d40000;
  border: none;
  padding: 10px 18px;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.cookie-consent__button:hover {
  background: #e10000;
}

/*# sourceMappingURL=cookie-banner.css.map */
