.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1a1a1a;
  color: #fff;
  padding: 15px 20px;
  display: none;
  z-index: 999999;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.2);
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-btn {
  background: #4caf50;
  color: #fff;
  border: none;
  padding: 10px 18px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
}

.cookie-btn:hover {
  background: #43a047;
}
