:root {
  --cookie-preferences-safe-bottom: 24px;
}

.cookie-preferences-floating-fix {
  bottom: var(--cookie-preferences-safe-bottom) !important;
  top: auto !important;
  transform: none !important;
  animation: none !important;
  transition: opacity 0.18s ease, visibility 0.18s ease !important;
}

.cookie-preferences-floating-fix.cookie-preferences-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 767px) {
  :root {
    --cookie-preferences-safe-bottom: 20px;
  }
}
