.ogcm-wrap {

}
.ogcm-wrap input[data-ogcmsearch] {
	margin: 0 0 30px 10px;
	width: calc(100% - 10px);
}

.ogcm-wrap [data-ogcmresults] {
}

.ogcm-wrap [data-ogcm] {
	position: relative;
	margin: 65px 0 40px;
	width: 100%;
	height: 520px;
	min-height: initial;
	border: 1px solid #349f36;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.ogcm-results .ogcm-centers-list {
	display: none;
}

.ogcm-results .ogcm-centers-list .ogcm-city {
	margin-bottom: 1em;
	border-bottom: 1px solid;
}

.ogcm-results .ogcm-centers-list ul {
	flex-flow: row wrap;
	list-style: none;
	width: 100%;
	display: flex;
	margin: 0 !important;
	padding: 0 !important;
	gap: 1%;
}

.ogcm-results .ogcm-centers-list ul li {
	flex: 0 0 49%;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

