.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
  padding: 12px 0;
  font-size: 14px;
  z-index: 999;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.05);
}

.cookie-banner p {
  color: #333;
}

.cookie-banner a {
  color: #0d6efd;
  text-decoration: underline;
}

.cookie-banner button {
  white-space: nowrap;
}

/* Мобільна мінімізація */
@media (max-width: 576px) {
  .cookie-banner {
    font-size: 13px;
  }
}
