.cu-cookie-banner {
	position: fixed;
	z-index: 100001;
}

.cu-cookie-banner {
	right: 24px;
	bottom: 24px;
	left: auto;
	display: none;
	max-width: 430px;
	padding: 18px;
	border: 1px solid rgba(55, 74, 200, 0.14);
	border-radius: 0;
	background: #FBF4EF;
	box-shadow: none;
	color: #374AC8;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.cu-cookie-banner.is-visible {
	display: block;
}

.cu-cookie-banner__eyebrow {
	margin: 0 0 6px;
	font-family: "Noi Light", sans-serif;
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #666;
}

.cu-cookie-banner__title {
	margin: 0 0 10px;
	font-family: "Arizona Flair", serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.15;
}

.cu-cookie-banner__text {
	margin: 0;
	font-family: "Noi Light", sans-serif;
	font-size: 1.125rem;
	line-height: 1.6;
	color: rgba(55, 74, 200, 0.88);
}

.cu-cookie-banner a {
	color: #374AC8;
	text-decoration: none;
}

.cu-cookie-banner a:hover,
.cu-cookie-banner a:focus {
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.cu-cookie-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.cu-cookie-banner__button {
	border: 1px solid #374AC8;
	border-radius: 999px;
	background: #374AC8;
	color: #FEFEFF;
	font-family: "Noi Light", sans-serif;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.cu-cookie-banner__button {
	padding: 0.6rem 1rem;
}

.cu-cookie-banner__button:hover,
.cu-cookie-banner__button:focus {
	background: transparent;
	border-color: #374AC8;
	color: #374AC8;
}

@media (max-width: 767px) {
	.cu-cookie-banner {
		right: 14px;
		bottom: 14px;
		left: 14px;
		max-width: none;
		padding: 16px;
		border-radius: 0;
	}

	.cu-cookie-banner__title {
		font-size: 1.4rem;
	}

	.cu-cookie-banner__actions {
		flex-direction: column;
	}

	.cu-cookie-banner__button {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
}
