.agdpr-cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	font-family: 'Nunito', -apple-system, BlinkMacSystemFont, sans-serif;
	transform: translateY(110%);
	opacity: 0;
	transition: transform .45s cubic-bezier(.2,.8,.2,1), opacity .35s ease;
	pointer-events: none;
}
.agdpr-cookie-banner.agdpr-visible {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}
.agdpr-cookie-banner[hidden] {
	display: block !important;
}

.agdpr-cookie-inner {
	max-width: 1100px;
	margin: 0 18px 18px;
	background: #101012;
	border-radius: 16px;
	box-shadow: 0 20px 50px -12px rgba(0,0,0,0.45);
	padding: 20px 24px;
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	border-top: 3px solid #E31E24;
}

.agdpr-cookie-icon {
	flex-shrink: 0;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(227,30,36,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
}
.agdpr-cookie-icon svg {
	width: 22px;
	height: 22px;
	color: #E31E24;
}

.agdpr-cookie-text {
	flex: 1 1 320px;
	margin: 0;
	font-size: 13.5px;
	line-height: 1.55;
	color: #eceded;
}
.agdpr-cookie-text a {
	color: #ffffff;
	font-weight: 800;
	text-decoration: underline;
}
.agdpr-cookie-text a:hover {
	color: #E31E24;
}

.agdpr-cookie-actions {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
	margin-left: auto;
}

.agdpr-cookie-btn {
	font-family: 'Nunito', sans-serif !important;
	font-weight: 800 !important;
	font-size: 13.5px !important;
	border-radius: 9px !important;
	padding: 10px 20px !important;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none !important;
	transition: transform .12s ease, background .16s ease, border-color .16s ease, color .16s ease;
}
.agdpr-cookie-accept,
.agdpr-cookie-accept:link,
.agdpr-cookie-accept:visited {
	background: #E31E24 !important;
	color: #ffffff !important;
	border: 2px solid #E31E24 !important;
}
.agdpr-cookie-accept:hover,
.agdpr-cookie-accept:focus {
	background: #B4151A !important;
	border-color: #B4151A !important;
	color: #ffffff !important;
	transform: translateY(-1px);
}
.agdpr-cookie-decline,
.agdpr-cookie-decline:link,
.agdpr-cookie-decline:visited {
	background: transparent !important;
	color: #cfcfd2 !important;
	border: 2px solid rgba(255,255,255,0.25) !important;
}
.agdpr-cookie-decline:hover,
.agdpr-cookie-decline:focus {
	border-color: #ffffff !important;
	color: #ffffff !important;
	background: transparent !important;
}

@media (max-width: 640px) {
	.agdpr-cookie-inner {
		margin: 0 10px 10px;
		padding: 18px 18px;
		flex-direction: column;
		align-items: flex-start;
	}
	.agdpr-cookie-actions {
		width: 100%;
		margin-left: 0;
	}
	.agdpr-cookie-btn {
		flex: 1;
		text-align: center;
	}
}
