/* Baner zgody Google Analytics */
.cookie-consent {
  position: fixed;
  inset: auto 18px 18px 18px;
  z-index: 99999;
  display: none;
  max-width: 760px;
  margin-inline: auto;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(8,18,31,.97);
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
  color: #f7fbff;
  backdrop-filter: blur(14px);
}
.cookie-consent.is-visible { display: block; }
.cookie-consent__title { margin: 0 0 6px; font-size: 1.05rem; }
.cookie-consent__text { margin: 0; color: #b8c6d4; font-size: .92rem; line-height: 1.55; }
.cookie-consent__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.cookie-consent__button {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  font-weight: 800;
  color: #f7fbff;
  background: rgba(255,255,255,.06);
}
.cookie-consent__button--accept { border-color: #f58220; background: #f58220; color: #07111d; }
.cookie-consent__button:hover { transform: translateY(-1px); }
.cookie-settings-button {
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 9998;
  display: none;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(8,18,31,.88);
  color: #c4d2df;
  font-size: .78rem;
  backdrop-filter: blur(10px);
}
.cookie-settings-button.is-visible { display: inline-flex; }
@media (max-width: 600px) {
  .cookie-consent { inset: auto 10px 10px 10px; padding: 17px; }
  .cookie-consent__actions { display: grid; grid-template-columns: 1fr; }
  .cookie-consent__button { width: 100%; }
}
