.cp-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  padding: 14px 16px 18px;
  background: rgba(8, 12, 20, 0.94);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
}

[data-theme="light"] .cp-cookie-banner {
  background: rgba(255, 255, 255, 0.96);
  border-top-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.12);
}

.cp-cookie-banner__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}

.cp-cookie-banner__title {
  margin: 0 0 6px;
  font-size: 0.95rem;
  font-weight: 700;
}

.cp-cookie-banner__desc {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--cp-muted, rgba(238, 241, 246, 0.65));
  max-width: 640px;
}

.cp-cookie-banner__desc a {
  color: var(--cp-orange-light, #ffba6a);
  font-weight: 600;
}

[data-theme="light"] .cp-cookie-banner__desc a {
  color: #c56a12;
}

.cp-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.cp-cookie-banner__accept {
  width: auto !important;
  min-width: 140px;
  margin: 0 !important;
  padding: 10px 18px !important;
  font-size: 0.85rem !important;
}

.cp-cookie-banner__actions .cp-btn--outline {
  min-width: 130px;
}

.cp-legal-section {
  margin-bottom: 28px;
}

.cp-legal-section h2 {
  font-size: 1.05rem;
  margin: 0 0 10px;
}

.cp-legal-section p,
.cp-legal-section li {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--cp-muted, rgba(238, 241, 246, 0.72));
}

.cp-legal-section ul {
  margin: 10px 0 0;
  padding-left: 1.2rem;
}

@media (max-width: 640px) {
  .cp-cookie-banner__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cp-cookie-banner__actions {
    flex-direction: column;
  }

  .cp-cookie-banner__actions .gold-btn,
  .cp-cookie-banner__actions .cp-btn--outline {
    width: 100%;
    text-align: center;
  }
}

.cp-site-footer-link-btn {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cp-site-footer-link-btn:hover {
  opacity: 0.85;
}
