.ffwastl-widget {
	box-sizing: border-box;
	background: #f5f5f5;
	display: block;
	width: 500px;
	max-width: 100%;
	font-family: Arial, sans-serif;
	color: #333;
	overflow: hidden;
}

.ffwastl-widget *,
.ffwastl-widget *::before,
.ffwastl-widget *::after {
	box-sizing: border-box;
}

.ffwastl-title {
	background: #d80000 !important;
	color: #fff !important;
	display: block !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 !important;
	padding: 10px 8px;
	text-align: center !important;
}

.ffwastl-map {
	aspect-ratio: 500 / 424;
	background: #f6f6f6;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.ffwastl-base,
.ffwastl-layer {
	display: block;
	height: 100% !important;
	left: 0;
	max-width: none !important;
	position: absolute;
	top: 0;
	width: 100% !important;
}

.ffwastl-base {
	z-index: 1;
}

.ffwastl-layer {
	visibility: hidden;
	z-index: 2;
}

.ffwastl-legend,
.ffwastl-footer {
	background: #f5f5f5;
	color: #111;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.7;
	padding: 10px 8px;
	text-align: center !important;
}

.ffwastl-legend {
	border-top: 1px solid #ddd;
}

.ffwastl-footer {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0 8px;
	justify-content: center;
	padding-top: 8px;
}

.ffwastl-footer a {
	color: #cc0000 !important;
	font-weight: 700;
	text-decoration: none;
}

.ffwastl-message {
	background: #fee;
	border: 1px solid #c00;
	color: #c00;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	padding: 10px;
}
