.ba-cookie-banner[hidden] {
	display: none !important;
}

.ba-cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999990;
	padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0px));
	background: linear-gradient(180deg, rgba(246, 248, 251, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
	border-top: 1px solid #e2e8f0;
	box-shadow: 0 -12px 40px rgba(10, 22, 40, 0.12);
	color: #0a1628;
	font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.ba-cookie-banner__inner {
	position: relative;
	width: min(920px, 100%);
	margin: 0 auto;
	text-align: center;
	padding-top: 6px;
}

.ba-cookie-banner__close {
	position: absolute;
	top: -2px;
	right: 0;
	border: 0;
	background: transparent;
	color: #64748b;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	padding: 4px 8px;
}

.ba-cookie-banner__close:hover {
	color: #0a1628;
}

.ba-cookie-banner__text {
	margin: 0 auto 14px;
	max-width: 760px;
	font-size: 0.98rem;
	line-height: 1.55;
	color: #1a2d4a;
}

.ba-cookie-banner__text a {
	color: #d946a8;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ba-cookie-banner__text a:hover {
	color: #b8328f;
}

.ba-cookie-banner__accept {
	border: 0;
	border-radius: 999px;
	min-width: 180px;
	padding: 12px 28px;
	background: linear-gradient(135deg, #d946a8 0%, #b8328f 100%);
	color: #fff;
	font-weight: 800;
	font-size: 0.95rem;
	letter-spacing: 0.04em;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(217, 70, 168, 0.28);
}

.ba-cookie-banner__accept:hover {
	background: linear-gradient(135deg, #e056b4 0%, #c2185b 100%);
}

body.ba-cookie-banner-open {
	padding-bottom: 120px;
}

@media (max-width: 640px) {
	.ba-cookie-banner {
		padding: 12px 12px calc(12px + env(safe-area-inset-bottom, 0px));
	}

	.ba-cookie-banner__inner {
		padding-right: 28px;
		padding-left: 4px;
	}

	.ba-cookie-banner__text {
		font-size: 0.92rem;
		text-align: left;
	}

	.ba-cookie-banner__accept {
		width: 100%;
		max-width: 280px;
	}
}
