#kolors-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #0E0610;
  color: #F5F2EC;
  border-top: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 -8px 32px rgba(0,0,0,.22);
  transform: translateY(110%);
  transition: transform .28s ease;
}
#kolors-cookie-banner.is-visible { transform: translateY(0); }
#kolors-cookie-banner .cookie-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
#kolors-cookie-banner p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  max-width: 72ch;
  opacity: .92;
}
#kolors-cookie-banner a { color: #C49BC2; text-decoration: underline; text-underline-offset: 2px; }
#kolors-cookie-banner .cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
#kolors-cookie-banner button {
  border: none;
  border-radius: 3px;
  padding: 11px 16px;
  font-family: 'Archivo', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}
#kolors-cookie-banner .btn-accept { background: #C49BC2; color: #0E0610; }
#kolors-cookie-banner .btn-reject { background: transparent; color: #F5F2EC; border: 1px solid rgba(255,255,255,.28); }
@media (max-width: 720px) {
  #kolors-cookie-banner .cookie-inner { padding: 16px 20px; }
}
