.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f9f9f9;
  border-top: 1px solid #ccc;
  padding: 20px;
  text-align: left;
  z-index: 1000;
  font-family: sans-serif;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}
.cookie-banner h3 {
  margin-top: 0;
}
.hidden {
  display: none;
}
.cookie-banner .buttons {
  margin-top: 10px;
}
.cookie-banner .buttons button {
  margin-right: 10px;
  padding: 8px 15px;
  border: none;
  background: #007acc;
  color: white;
  cursor: pointer;
  border-radius: 4px;
}
.cookie-banner .buttons button:hover {
  background: #005fa3;
}

footer{
  font-size: small;
  display: flex;
  -ms-text-combine-horizontal: all;
  position: absolute;
  bottom:0;
  z-index: 10;
}