.cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 0px 3px #ccc;
  z-index: 999999;
  border-bottom: 1px solid #212529 !important;
  background-color: #212529;
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.cookie-message > div {
  padding: 10px;
}

.cookie-message a {
  right: 20px;
  cursor: pointer;
  border: 1px solid #ffffff6c;
  border-radius: 5px !important;
  text-decoration: none;
  padding: 3px 11px;
}

.cookie-message p,
.cookie-message a {
  color: #fff;
  font: bold 11px/18px Arial;
  margin: 0.6em 0;
}

@media (max-width: 576px) {
  .cookie-message > div {
    padding: 5px;
  }
}
