.cookie-banner {
  position: fixed;
  background-color: #fff !important;
  border-top: solid 1px #e81c24;
  bottom: 0;
  left: 0;
  margin: 0;
  padding-bottom: 5px;
  width: 100%;
  z-index: 4;
}

#cookie-accept-button {
  font-family: inherit !important;
  font-size: 14px !important;
  height: auto;
  padding: 10px 15px;
  width: 80px;
}

.cookie-button {
  display: flex;
  justify-content: right;
}

.cookie-text {
  font-size: 12px !important;
  padding: 15px !important;
}
