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

.bezq-consent {
	position: fixed;
	z-index: 100000;
	left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	max-height: 100vh;
	max-height: 100dvh;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 16px 16px max(16px, env(safe-area-inset-bottom));
	background: rgba(9, 9, 10, 0.98);
	color: #fff;
	box-shadow: 0 -16px 40px rgba(0, 0, 0, 0.28);
}

.bezq-consent__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: end;
	width: min(1120px, 100%);
	margin: 0 auto;
}

.bezq-consent__copy {
	max-width: 760px;
}

.bezq-consent__eyebrow {
	margin: 0 0 6px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	color: #d7b46a;
}

.bezq-consent h2 {
	margin: 0 0 8px;
	font-size: clamp(20px, 2.1vw, 28px);
	line-height: 1.15;
	color: #fff;
}

.bezq-consent__copy > p:not(.bezq-consent__eyebrow) {
	margin: 0 0 8px;
	max-width: 72ch;
	font-size: 14px;
	line-height: 1.5;
	color: #e4e4e7;
}

.bezq-consent a,
.bezq-consent a:visited {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.bezq-consent__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(150px, 1fr));
	gap: 10px;
}

.bezq-consent__choice {
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid #fff;
	border-radius: 0;
	background: #fff;
	color: #111;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	cursor: pointer;
}

.bezq-consent__choice:hover,
.bezq-consent__choice:focus-visible {
	background: #d7b46a;
	border-color: #d7b46a;
	color: #111;
	outline: 3px solid #fff;
	outline-offset: 2px;
}

.bezq-consent__noscript {
	width: min(1120px, 100%);
	margin: 10px auto 0;
	font-size: 13px;
	color: #e4e4e7;
}

.bezq-consent-preferences-wrap {
	padding: 8px 16px 14px;
	background: #09090a;
	text-align: center;
}

.bezq-consent-preferences {
	min-height: 44px;
	padding: 8px 10px;
	border: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	font-size: 13px;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.bezq-consent-preferences:hover,
.bezq-consent-preferences:focus-visible {
	color: #d7b46a;
	outline: 2px solid #d7b46a;
	outline-offset: 2px;
}

@media (max-width: 720px) {
	.bezq-consent {
		padding: 14px;
	}

	.bezq-consent__inner {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.bezq-consent__copy > p:not(.bezq-consent__eyebrow) {
		font-size: 13px;
	}

	.bezq-consent__actions {
		grid-template-columns: 1fr 1fr;
	}

	.bezq-consent__choice {
		min-width: 0;
		padding-inline: 8px;
		font-size: 12px;
	}
}

@media (max-width: 350px) {
	.bezq-consent__actions {
		grid-template-columns: 1fr;
	}
}
