#sport1-cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 18px;
	padding: 22px 20px;
	background: #ffffff;
	color: #111111;
	border-top: 1px solid var(--outline, #AAAAAA);
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	box-shadow: 0 -8px 10px 0 #0000001C;
}

#sport1-cookie-banner .sport1-cookie-banner__text {
	max-width: 1256px;
	text-align: right;
	font-size: 20px;
	line-height: 1;
}

#sport1-cookie-banner .sport1-cookie-banner__link {
	color: #2b6fff;
	font-family: inherit;
	font-size: inherit; /* always match the surrounding text (20px mobile / 25.09px desktop) */
	line-height: 1; /* override theme's link line-height (e.g. 150%) */
	font-weight: 600;
	text-decoration: underline;
}

#sport1-cookie-banner .sport1-cookie-banner__close {
	align-self: flex-start; /* RTL: start = right side */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	padding: 2px 16px;
	background: #111111;
	color: #ffffff;
	font-family: inherit;
	font-size: 20px; /* match the description text */
	font-weight: 700;
	line-height: 1.4; /* give the glyph box room so Hebrew text sits centered */
}

#sport1-cookie-banner .sport1-cookie-banner__close:hover {
	background: #333333;
}

/* Desktop: match the design spec (Open Sans 600 / 25.09px / line-height 100% / right-aligned). */
@media (min-width: 768px) {
	#sport1-cookie-banner {
		padding: 24px 40px;
	}

	#sport1-cookie-banner .sport1-cookie-banner__text {
		font-size: 25.09px;
	}

	#sport1-cookie-banner .sport1-cookie-banner__close {
		padding: 2px 22px;
		font-size: 25.09px; /* match the description text */
	}
}
