
#cookieBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff8e1;
  color: #333;
  padding: 20px;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  z-index: 9999;
  text-align: center;
}
#cookieBanner .cookie-content button {
  margin: 5px 10px;
  padding: 8px 16px;
  background-color: #c9aa71;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
