/**
 * Complianz: hide sticky "Manage consent" tab after cookies are accepted.
 *
 * When the banner is dismissed, Complianz adds .cmplz-show to the manage-consent
 * button (white fixed tab). Users who already accepted do not need it.
 */

#cmplz-manage-consent .cmplz-manage-consent.cmplz-show {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
