/* Pink Fluid: existing Cinzel/Jost typography and forest/gold palette. */
html body .cmplz-cookiebanner {
  --pf-cookie-bg: #0b241b;
  --pf-cookie-text: #f4eee1;
  --pf-cookie-gold: #efd6a0;
  box-sizing: border-box;
  background: var(--pf-cookie-bg) !important;
  color: var(--pf-cookie-text) !important;
  border: 1px solid var(--pf-cookie-gold) !important;
  border-radius: 8px !important;
  padding: 24px !important;
  gap: 16px !important;
  width: 526px !important;
  height: auto !important;
  max-width: calc(100vw - 32px) !important;
  max-height: calc(100dvh - 40px) !important;
  overflow-y: auto !important;
  grid-template-rows: auto !important;
  left: 16px !important;
  right: auto !important;
  bottom: 16px !important;
  font-family: Jost, Arial, sans-serif !important;
  box-shadow: 0 8px 32px #0005 !important;
}
html body .cmplz-cookiebanner .cmplz-title {
  display: block !important;
  font: 500 1.375rem/1.35 Cinzel, Georgia, serif !important;
  color: var(--pf-cookie-gold) !important;
}
html body .cmplz-cookiebanner .cmplz-message,
html body .cmplz-cookiebanner .cmplz-message p,
html body .cmplz-cookiebanner .cmplz-description {
  font: 400 1rem/1.55 Jost, Arial, sans-serif !important;
  color: var(--pf-cookie-text) !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}
html body .cmplz-cookiebanner .cmplz-buttons {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: stretch !important;
  gap: 10px !important;
  height: auto !important;
}
html body .cmplz-cookiebanner .cmplz-btn {
  flex: 1 1 125px !important;
  width: auto !important;
  height: auto !important;
  min-height: 44px !important;
  padding: 12px 16px !important;
  border-radius: 4px !important;
  font: 500 1rem/1.35 Jost, Arial, sans-serif !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
html body .cmplz-cookiebanner .cmplz-accept,
html body .cmplz-cookiebanner .cmplz-deny {
  background: var(--pf-cookie-gold) !important;
  border: 1px solid var(--pf-cookie-gold) !important;
  color: #0a0a0b !important;
}
html body .cmplz-cookiebanner .cmplz-view-preferences,
html body .cmplz-cookiebanner .cmplz-save-preferences {
  background: transparent !important;
  border: 1px solid var(--pf-cookie-gold) !important;
  color: var(--pf-cookie-gold) !important;
}
html body .cmplz-cookiebanner .cmplz-links { flex-wrap: wrap !important; gap: 8px 16px !important; }
html body .cmplz-cookiebanner .cmplz-links a {
  color: var(--pf-cookie-gold) !important;
  font: 400 .875rem/1.5 Jost, Arial, sans-serif !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  min-height: 44px !important;
  display: inline-flex;
  align-items: center;
}
html body .cmplz-cookiebanner .cmplz-category { background: #ffffff0a !important; border: 1px solid #efd6a073 !important; }
html body .cmplz-cookiebanner .cmplz-category-title { color: var(--pf-cookie-text) !important; }
html body .cmplz-cookiebanner .cmplz-always-active { color: var(--pf-cookie-gold) !important; }
html body .cmplz-cookiebanner .cmplz-close { min-width: 44px !important; min-height: 44px !important; color: var(--pf-cookie-gold) !important; }
html body .cmplz-cookiebanner .cmplz-close svg { fill: var(--pf-cookie-gold) !important; }
html body .cmplz-cookiebanner :focus-visible { outline: 3px solid var(--pf-cookie-gold) !important; outline-offset: 3px !important; }
html body .cmplz-cookiebanner .cmplz-btn:hover { filter: brightness(1.08); }
html body #cmplz-manage-consent .cmplz-manage-consent {
  background: #0b241b !important; color: #efd6a0 !important; border: 1px solid #efd6a0 !important;
  font: 500 .875rem/1.4 Jost, Arial, sans-serif !important; min-height: 44px !important;
  border-radius: 6px 6px 0 0 !important; left: 16px !important; right: auto !important;
}
body:has(.cmplz-cookiebanner.cmplz-show) #back-to-top { visibility: hidden !important; }
@media (max-width: 640px) {
  html body #cmplz-manage-consent .cmplz-manage-consent {
    box-sizing: border-box !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 1.4 !important;
    letter-spacing: normal !important;
    left: auto !important;
    right: 0 !important;
    bottom: calc(76px + env(safe-area-inset-bottom)) !important;
    border-radius: 6px 0 0 6px !important;
    border-right: 0 !important;
    transform: none !important;
  }
  html body #cmplz-manage-consent .cmplz-manage-consent::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background: #efd6a0;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m14 5-7 7 7 7' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m14 5-7 7 7 7' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  }
  html body #cmplz-manage-consent .cmplz-manage-consent:focus-visible {
    outline-offset: -4px !important;
  }
  html body .cmplz-cookiebanner { left: 12px !important; right: 12px !important; bottom: calc(12px + env(safe-area-inset-bottom)) !important; width: auto !important; max-width: none !important; max-height: calc(100dvh - 40px) !important; padding: 20px !important; }
  html body .cmplz-cookiebanner .cmplz-title { font-size: 1.25rem !important; }
  html body .cmplz-cookiebanner .cmplz-view-preferences,
  html body .cmplz-cookiebanner .cmplz-save-preferences { flex-basis: 100% !important; }
}
html body #cmplz-manage-consent .cmplz-manage-consent:focus-visible {
  outline: 3px solid #efd6a0 !important;
  outline-offset: 3px !important;
}
@media (prefers-reduced-motion: reduce) {
  html body .cmplz-cookiebanner, html body .cmplz-cookiebanner * { animation: none !important; transition: none !important; }
}
