@charset "UTF-8"; /* ==================================================
 * Lopwon LitCities Plugin Main Stylesheet by Lopwon.
 * www.Lopwon.com
 * 2025-04-08
 * CC BY-NC-SA
 * ----------------------------------------------------------------- */

body {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

#llc-container {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 0.5em;
	background-color: #f5f5f5;
	overflow: hidden;
}

#llc-map {
	width: 100%;
	height: 100%;
	min-height: 640px;
	max-height: 100vh;
}

.llc-message {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
}

.llc-powered {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0.5em;
	font-size: 62.5%;
	color: #ddd;
}

.llc-powered:hover {
	color: #bbb;
}

.llc-powered:hover a {
	color: #999;
}

.llc-powered a {
	color: #ddd;
	text-decoration: none;
}

.llc-powered a:hover {
	color: #333;
}