#cmplz-manage-consent {
  display: none !important;
}

#cmplz-manage-consent .cmplz-manage-consent {
  display: none !important;
  right: auto !important;
  left: 40px !important;
  width: auto !important;
  max-width: calc(100vw - 80px) !important;
  white-space: normal !important;
}

#cmplz-manage-consent .cmplz-manage-consent.cmplz-btn {
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
}

@media (max-width: 768px) {
  #cmplz-manage-consent .cmplz-manage-consent {
    left: 10px !important;
    max-width: calc(100vw - 20px) !important;
  }

  #cmplz-cookiebanner-container,
  .cmplz-cookiebanner {
    max-width: 100% !important;
  }

  .cmplz-cookiebanner .cmplz-divider {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .py-5 .row.g-5 {
    --bs-gutter-x: 1.5rem;
  }
}

#footer .footer-consent-btn {
  background: none;
  border: 0;
  box-shadow: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  font: inherit;
  font-size: 0.8rem;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: underline;
  width: auto;
}

#footer .footer-consent-btn:hover,
#footer .footer-consent-btn:focus {
  text-decoration: underline;
}

#footer .footer-consent-btn:focus-visible {
  outline: none;
}
