.cookie-popup {
  position: fixed;
  top: 100px;
  left: 20px;
  right: 20px;
  background: #222;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  z-index: 9999;
  display: none;
}

.cookie-popup button {
  background: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-left: 10px;
  border-radius: 4px;
  cursor: pointer;
}
