.CookieBanner {
  align-items: center;
  background: #000;
  border-bottom:1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  display: none;
  justify-content: center;
  left: 0;
  padding: 15px 0 15px 15px;
  position: fixed;
  right: 0;
  text-align: center;
  bottom: 0;
  width: 100%;
  z-index: 5002;
}

.CookieBanner-text {
  box-sizing: border-box;
  color: #fff;
  flex: 1 0 0%;
  font-size: 12px;
}

.CookieBanner-link {
  color: #fff;
  text-decoration: underline;
}

.CookieBanner-link:hover {
  color: #fff;
}

.CookieBanner-close {
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  font-size: 20px;
  justify-content: center;
  margin-left: 15px;
  width: 50px;
}

.CookieBanner-close:hover {
  text-decoration: underline;
}
