#cookie-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1a1a1a;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#cookie-banner p {
  margin: 0;
  text-align: center;
  font-weight: 400;
}

#cookie-banner a {
  color: #7aa2f7;
  text-decoration: none;
}

#cookie-banner a:hover {
  text-decoration: underline;
}

#cookie-close-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}