/* Keeps Complianz category toggles usable after moving them outside <summary>. */
.cmplz-cookiebanner .cmplz-categories .cmplz-category {
	position: relative;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category > .ma-cmplz-category-control {
	position: absolute;
	top: 10px;
	right: 42px;
	z-index: 2;
	display: flex;
	align-items: center;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category > .ma-cmplz-category-control .cmplz-banner-checkbox {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category > .ma-cmplz-category-control input[data-category='cmplz_functional'] {
	display: none;
}
