#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10000000000;
}

#cookie-banner p {
  margin: 0;
  flex: 1;
  padding-right: 10px;
}

#cookie-banner button {
  background: #ff9800;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 5px;
}

#cookie-banner button:hover {
  background: #e68900;
}
