/* Flitrip — full-width bottom cookie bar */

#iubenda-cs-banner {
  position: fixed !important;
  inset: auto 0 0 0 !important;
  top: auto !important;
  transform: none !important;
  align-items: stretch !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: none !important;
  pointer-events: none;
}

#iubenda-cs-banner.iubenda-cs-overlay:before {
  display: none !important;
}

#iubenda-cs-banner .iubenda-cs-container {
  width: 100% !important;
  max-width: none !important;
  pointer-events: auto;
}

#iubenda-cs-banner .iubenda-cs-content {
  background: #fffdf9 !important;
  color: #0b1a22 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 -1px 0 #e2e8f0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  font-family:
    "Onest",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif !important;
}

#iubenda-cs-banner .iubenda-banner-content {
  font-size: 14px !important;
  line-height: 1.55 !important;
  padding: 16px 20px !important;
}

#iubenda-cs-banner .iubenda-banner-content a {
  color: #167d9f !important;
  font-weight: 500 !important;
}

#iubenda-cs-banner .iubenda-cs-brand,
#iubenda-cs-banner .iubenda-cs-brand-badge,
#iubenda-cs-banner .iubenda-cs-brand-badge-outer,
#iubenda-cs-banner .iubenda-granular-controls-container,
#iubenda-cs-banner .iubenda-cs-purpose-list {
  display: none !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group {
  padding: 0 20px 16px !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group button {
  border-radius: 9999px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 10px 20px !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-accept-btn,
#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-btn-primary {
  background: #167d9f !important;
  color: #fff !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group button:not(.iubenda-cs-accept-btn):not(.iubenda-cs-btn-primary) {
  background: #e8f6ff !important;
  color: #0e5e79 !important;
}
