.geo-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #1a1a1a;
	color: #fff;
	padding: 12px 0;
	font-size: 14px;
	line-height: 1.5;
}

.geo-bar p {
	margin: 0 0 4px;
	color: #fff;
}

.geo-bar p:last-child {
	margin-bottom: 0;
}

.geo-bar a {
	color: #fff;
	text-decoration: underline;
}

.geo-bar a:hover {
	opacity: 0.8;
}

.geo-bar__close {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 18px;
	opacity: 0.7;
	line-height: 1;
	padding: 4px;
}

.geo-bar__close:hover {
	opacity: 1;
}
