.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
  z-index: 1000;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
  display: none; /* приховано за замовчуванням */
}

.cookie-banner p {
  margin: 0 0 10px;
}

.cookie-banner a {
  color: #4da3ff;
  text-decoration: underline;
}

.cookie-banner button {
  background: #4da3ff;
  border: none;
  padding: 8px 15px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.cookie-banner button:hover {
  background: #2676c7;
}
