.map-zip-found,
.map-zip-not-found {
	padding: 20px 30px;
	display: none;
	font-size: 20px;
	text-align: center;
	font-family: "Roboto", sans-serif;
}

.map-zip-found {
	border-top: 10px solid green;
	background: linear-gradient(to bottom, #abeaab 0, #bfffbf 100%);
	color: #343434;
}

.map-zip-not-found {
	border-top: 10px solid #d60000;
	background: linear-gradient(to bottom, #ffa0a0 0, #f9c2c2 100%);
	color: #353535;
}

.map-zip-found .service-location,
.map-zip-not-found .message {
	font-size: 16px;
}
