.rebel-geo-banner {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	padding: 16px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
	max-width: 900px;
}

.rebel-geo-banner__text {
	text-align: center;
}

.rebel-geo-banner__link {
	flex-shrink: 0;
	border-radius: 4px;
	padding: 10px 16px;
	background-color: #fff;
	color: #1a1a1a;
	text-decoration: none;
	font-weight: 600;
	white-space: nowrap;
}

.rebel-geo-banner__link:hover,
.rebel-geo-banner__link:focus {
	background-color: #e0e0e0;
	color: #1a1a1a;
}

.rebel-geo-banner__close {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 23px;
	height: 23px;
	border: 1px solid currentColor;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.rebel-geo-banner__close:hover,
.rebel-geo-banner__close:focus {
	color: #ccc;
}

@media ( min-width: 849px ) {
	.rebel-geo-banner {
		left: 50%;
		max-width: 900px;
		transform: translate(-50%);
	}
}
