.zsam-map-wrap {
	max-width: 100%;
}

.zsam-map {
	position: relative;
	min-height: 220px;
	background: #f0f0f1;
	overflow: hidden;
}

.zsam-map-message,
.zsam-map-error {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #dcdcde;
	background: #f9f9fb;
	color: #50575e;
	text-align: center;
}

.zsam-map-error {
	color: #b32d2e;
}
