/* Turn Complianz's slide-up "Manage Consent" tab into a small floating
 * circular icon button on all screen sizes, similar to CookieYes's revisit
 * button. Loads after Complianz's own banner CSS (enqueued at
 * wp_enqueue_scripts priority PHP_INT_MAX - 50; this file loads at
 * PHP_INT_MAX - 40), so equal-specificity rules here win by normal cascade
 * order without !important. */
#cmplz-manage-consent .cmplz-manage-consent {
	box-sizing: border-box;
	position: fixed;
	bottom: 80px;
	left: 15px;
	right: auto;
	top: auto;
	width: 45px;
	height: 45px;
	min-width: 0;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	border-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
	animation: none;
	z-index: 999999;
}

#cmplz-manage-consent .cmplz-manage-consent::before {
	content: "";
	width: 24px;
	height: 24px;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.598 11.064a1.006 1.006 0 0 0-.854-.172A2.938 2.938 0 0 1 20 11c-1.654 0-3-1.346-3.003-3.05.001-.032.004-.09.007-.148a1 1 0 0 0-1.212-1.058A5.017 5.017 0 0 1 15 6.999c-2.757 0-5-2.243-5-5 0-.076.007-.15.014-.225l.011-.129a1 1 0 0 0-1.196-1.043C4.276 1.639 1 5.797 1 10.5 1 15.756 5.244 20 10.5 20a9.487 9.487 0 0 0 4.744-1.266.999.999 0 0 0 .476-.983 2.99 2.99 0 0 1-.02-.263v-.001A2.94 2.94 0 0 1 18.5 14.5c.264 0 .524.038.775.113.335.099.696.021.958-.207A9.955 9.955 0 0 0 22 11.5a1.005 1.005 0 0 0-.402-.436zM6.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm3 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm7-4a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.598 11.064a1.006 1.006 0 0 0-.854-.172A2.938 2.938 0 0 1 20 11c-1.654 0-3-1.346-3.003-3.05.001-.032.004-.09.007-.148a1 1 0 0 0-1.212-1.058A5.017 5.017 0 0 1 15 6.999c-2.757 0-5-2.243-5-5 0-.076.007-.15.014-.225l.011-.129a1 1 0 0 0-1.196-1.043C4.276 1.639 1 5.797 1 10.5 1 15.756 5.244 20 10.5 20a9.487 9.487 0 0 0 4.744-1.266.999.999 0 0 0 .476-.983 2.99 2.99 0 0 1-.02-.263v-.001A2.94 2.94 0 0 1 18.5 14.5c.264 0 .524.038.775.113.335.099.696.021.958-.207A9.955 9.955 0 0 0 22 11.5a1.005 1.005 0 0 0-.402-.436zM6.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm3 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm7-4a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z'/%3E%3C/svg%3E") center / contain no-repeat;
}

#cmplz-manage-consent .cmplz-manage-consent:hover,
#cmplz-manage-consent .cmplz-manage-consent:focus {
	animation: none;
	bottom: 80px;
}
