.halio-cookie-consent {
	font-size: 14px;
}
.halio-cookie-consent-content {
	padding: 20px;
}
.halio-cookie-consent-tracking {
	background-color: #e9eaea;
	padding: 20px;
}
.halio-checkbox {
	cursor: pointer;
	display: block;
	padding-left: 30px;
	position: relative;
}
.halio-checkbox input[type="checkbox"] {
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}
.halio-checkbox span {
	background-color: #f3f3f4;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}
.halio-checkbox:hover input[type="checkbox"]~span {
	background-color: var(--accent-color-alt);
}
.halio-checkbox input[type="checkbox"]:checked~span {
	background-color: var(--accent-color);
}
.halio-checkbox input[type="checkbox"]:checked~span::after {
	bottom: 0;
	color: #fff;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-size: 10px;
	font-weight: 900;
	height: 20px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}
.halio-cookie-consent-actions {
	align-items: center;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.halio-cookie-consent-actions li:nth-child(n+2) {
	margin-left: 20px;
}
.halio-cookie-consent-actions li a {
	color: inherit;
	text-decoration: underline;
}
.halio-cookie-consent-actions li a:hover {
	color: var(--accent-color);
}
.halio-tracking-group {
	list-style: none;
	margin: 0;
	padding: 0;
}