/* JR Complianz – Hide Manage Consent
   Hides the floating "Manage consent" tab/button that can overlay the footer.
*/

.cmplz-manage-consent,
#cmplz-manage-consent,
.cmplz-manage-consent * ,
#cmplz-manage-consent *{
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
