/* WPCookie Consent Lite styles (v1.0.1) */
#wpccl-banner[hidden] { display: none !important; }

.wpccl-banner {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999;
  padding: max(12px, env(safe-area-inset-bottom));
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  font: 14px/1.45 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.wpccl-pos-bottom { bottom: 0; }
.wpccl-pos-top    { top: 0; }

.wpccl-theme-dark  { background: rgba(22,22,24,.96); color: #f5f5f5; }
.wpccl-theme-light { background: rgba(255,255,255,.98); color: #222; border-top: 1px solid rgba(0,0,0,.06); border-bottom: 1px solid rgba(0,0,0,.06); }

.wpccl-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 4px 8px;
}

.wpccl-message { margin: 0; }
.wpccl-link { text-decoration: underline; }

.wpccl-btn {
  border: 0;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap;
}

.wpccl-theme-dark .wpccl-btn { background: #fff; color: #111; }
.wpccl-theme-light .wpccl-btn { background: #111; color: #fff; }

@media (max-width: 680px) {
  .wpccl-inner { flex-direction: column; align-items: stretch; gap: 10px; }
  .wpccl-btn { width: 100%; }
}
