.cookieConsentContainer {
	z-index: 999;
	width: 450px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: #232323;
	overflow: hidden;
	position: fixed;
    bottom: 20px;
	right: 20px;
	display: none;
}
.cookieConsentContainer .cookieTitle a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: OpenSans, arial, "sans-serif";
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #d24040;
	box-sizing: border-box; 
	padding: 12px 20px;
	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #4d8022;
	color: #fff;
}
.link-cookie-policy{
	opacity: .6;
}
.link-cookie-policy:hover {
	opacity: .8;
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		left: 12px !important;
		right: 12px !important;
		bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px) + 12px) !important;
		width: auto !important;
		max-width: none !important;
		padding: 14px 16px !important;
		border-radius: 12px !important;
		box-sizing: border-box;
	}

	.cookieConsentContainer .cookieDesc p {
		font-size: 12px;
		line-height: 1.45;
		margin-top: 0;
	}

	.cookieConsentContainer .cookieButton a {
		margin-top: 10px;
		padding: 10px 16px;
		font-size: 13px;
		border-radius: 8px;
	}
}

/* Sit above bottom nav + WhatsApp when present */
body.skillgy-has-mobile-nav .cookieConsentContainer {
	bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px) + 12px);
	z-index: 1050;
}

body.skillgy-auth-page .cookieConsentContainer {
	bottom: 12px !important;
}
.cookieConsentContainer{
	opacity: .9;
	display: block;
	display: none;
}