.kv-pd-consent {
	margin: 12px 0 0;
	font-size: 13px;
	line-height: 1.45;
	color: #475569;
	text-align: left;
}

.kv-pd-consent__label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	cursor: pointer;
	font-weight: 400;
}

.kv-pd-consent input[type="checkbox"] {
	margin-top: 3px;
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
}

.kv-pd-consent a {
	color: #1a4d8c;
	text-decoration: underline;
}
