.wd-cookies-popup {
	display: none !important;
}

.bnl-analytics-consent {
	align-items: center;
	background: #15191d;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 12px;
	bottom: 16px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
	color: #fff;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	left: 50%;
	line-height: 1.45;
	max-width: min(760px, calc(100vw - 32px));
	padding: 16px 18px;
	position: fixed;
	transform: translateX(-50%);
	width: 100%;
	z-index: 2147483000;
}

.bnl-analytics-consent[hidden] {
	display: none !important;
}

.bnl-analytics-consent__copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.bnl-analytics-consent__copy strong {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.bnl-analytics-consent__copy span {
	color: #e7eaed;
	font-size: 13px;
}

.bnl-analytics-consent__copy a {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.bnl-analytics-consent__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
}

.bnl-analytics-consent__button {
	border: 1px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	min-height: 40px;
	padding: 0 16px;
}

.bnl-analytics-consent__button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 2px;
}

.bnl-analytics-consent__button--primary {
	background: #c8272e;
	color: #fff;
}

.bnl-analytics-consent__button--primary:hover {
	background: #a91f25;
}

.bnl-analytics-consent__button--secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}

.bnl-analytics-consent__button--secondary:hover {
	background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
	.bnl-analytics-consent {
		align-items: stretch;
		bottom: calc(74px + env(safe-area-inset-bottom));
		flex-direction: column;
		gap: 12px;
		max-width: calc(100vw - 20px);
		padding: 14px;
	}

	.bnl-analytics-consent__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.bnl-analytics-consent__button {
		width: 100%;
	}
}
