/* Keep the persistent Complianz settings control clear of Avada's #toTop. */
#cmplz-manage-consent .cmplz-manage-consent {
  right: auto !important;
  left: calc(40px + env(safe-area-inset-left, 0px)) !important;
}

@media (max-width: 782px) {
  #cmplz-manage-consent .cmplz-manage-consent {
    left: calc(16px + env(safe-area-inset-left, 0px)) !important;
  }
}
