.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f2f2f2;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  z-index: 9999;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
  border-radius: 0;
}

.cookie-banner button {
  margin-left: 10px;
  padding: 6px 12px;
  cursor: pointer;
  border: none;
  background: #1976d2;
  color: #fff;
}
