label {
	font-size: 15px;
	line-height: inherit;
	cursor: pointer;
	margin: 0 0 0.5em 0;
}


// speciffic
:is(.gdpr-confirm-policy, .comment-form-cookies-consent) {

	label {
		font-size: 13px;

		a {
			text-decoration: underline;
		}
	}
}