.wcanfo-control,
.wcanfo-login-note {
	display: block;
	margin-top: .45rem;
	font-size: .875em;
	font-weight: 400;
}

.wcanfo-control {
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: .45rem;
	cursor: pointer;
	line-height: 1.35;
	pointer-events: auto !important;
}

.wcanfo-control .wcanfo-toggle,
.wcanfo-control .wcanfo-label {
	pointer-events: auto !important;
}

.wcanfo-control .wcanfo-toggle {
	position: static !important;
	display: inline-block !important;
	visibility: visible !important;
	opacity: 1 !important;
	clip: auto !important;
	appearance: auto !important;
	-webkit-appearance: checkbox !important;
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	flex: 0 0 18px;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer !important;
	accent-color: #2271b1;
}

.wcanfo-toggle:focus-visible {
	outline: 2px solid #2271b1;
	outline-offset: 2px;
}

.wcanfo-toggle:disabled {
	opacity: .55;
}

.wcanfo-label {
	margin: 0 !important;
	cursor: pointer !important;
}

.wcanfo-fallback-save {
	margin-left: .4rem;
	padding: .2rem .5rem;
	font-size: .9em;
	cursor: pointer;
}

.wcanfo-js .wcanfo-fallback-save {
	display: none !important;
}

.wcanfo-status {
	margin-left: .5rem;
	font-size: .9em;
}

.wcanfo-saved .wcanfo-status {
	color: #16833b;
}

.wcanfo-error .wcanfo-status {
	color: #b32d2e;
}

.wcanfo-login-note {
	color: #646970;
}
