/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #f8b940;
	--cnvs-themecolor-rgb: 248, 185, 64;
}

a{
	cursor:pointer;
}

	a.consentLink:not(.btn-link):not(.text-decoration-underline):not(.more-link) {
		text-decoration: underline !important;
		color: #000;
	}

		a.consentLink:not(.btn-link):not(.text-decoration-underline):not(.more-link):hover {
			text-decoration: none !important;
		}