
/* Consent manage pill: keep it available without covering forms, CTAs or footer badges */
body.celindra-os #cmplz-manage-consent .cmplz-manage-consent{
	right:14px!important;
	bottom:-42px!important;
	transition:bottom 0.18s ease,box-shadow 0.18s ease!important;
}
body.celindra-os #cmplz-manage-consent .cmplz-manage-consent:hover,
body.celindra-os #cmplz-manage-consent .cmplz-manage-consent:focus,
body.celindra-os #cmplz-manage-consent .cmplz-manage-consent:focus-visible{
	bottom:12px!important;
}
@media (max-width:560px){
	body.celindra-os #cmplz-manage-consent .cmplz-manage-consent{
		right:10px!important;
		bottom:-44px!important;
	}
}
