.widgomap-canvas {
	display: block;
	width: 100%;
}

.wgm-infobox {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	min-width: 220px;
	max-width: 300px;
	padding: 4px 2px;
}

.wgm-infobox-title {
	font-size: 16px;
	font-weight: 700;
	color: #5c282f;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 2px solid #5c282f;
	line-height: 1.3;
}

.wgm-infobox-row {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 7px;
	color: #444;
}

.wgm-infobox-row:last-child {
	margin-bottom: 0;
}

.wgm-icon {
	font-size: 15px;
	flex-shrink: 0;
	width: 20px;
	text-align: center;
	margin-top: 1px;
}

.wgm-infobox-row a {
	color: #067cd4;
	text-decoration: none;
	word-break: break-all;
}

.wgm-infobox-row a:hover {
	text-decoration: underline;
	color: #0560a8;
}

.wgm-infobox-hours span:last-child {
	white-space: pre-line;
	line-height: 1.7;
}

.gm-style .gm-style-iw-c {
	border-radius: 10px !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18) !important;
	padding: 16px 20px 14px !important;
}

.gm-style .gm-style-iw-d {
	overflow: hidden !important;
}

.gm-style .gm-style-iw-t::after {
	background: #fff !important;
	box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.12) !important;
}

.gm-style .gm-ui-hover-effect {
	top: 4px !important;
	right: 4px !important;
}

.gm-style .gm-ui-hover-effect img {
	width: 16px !important;
	height: 16px !important;
}
