.location-banner {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #000;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	color: #fff;
	padding: 20px;
	border-radius: 5px;
	z-index: 999;
	width: 300px;
	font-size: 14px;
	line-height: 18px;
}

.location-banner p {
	margin-bottom: 5px;
}

.close-banner {
	position: absolute;
	top: -5px;
	right: -5px;
	background: #333;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	cursor: pointer;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
