/* Admin */
/* Flatten the subfields */
.cmb_location .cmb_metabox.section,
.cmb_location .cmb_metabox.section tr,
.cmb_location .cmb_metabox.section th,
.cmb_location .cmb_metabox.section td {
	display: block;
}
.cmb_location .cmb_metabox.section label {
	width: auto;
	text-align: initial;
}

/* Search bar */
.cmb_location .cmb_metabox.section .cmb_id_address td {
	display: grid;
	align-items: center;
	grid-template-columns: auto 1rem;
}
.cmb_location .cmb_metabox.section .cmb_id_address input { margin-right: -1em !important; }
.cmb_location .cmb_metabox.section .cmb_id_address .cmb_metabox_description,
.cmb_location .cmb_metabox.section .cmb_id_address .result {
	grid-column: 1/3;
}

.cmb_location .cmb_metabox.section .cmb_id_address .result {
	padding: 0 1em;
	color: #999;
	font-size: 0.9em;
}

/* General button reset */
.cmb_location .map-locator button { border-radius: 0; }
/* hide full screen & street view button */
.cmb_location .map-locator .gm-svpc, .cmb_location .map-locator .gm-fullscreen-control { display: none; }
/* fix map zoom buttons */
.cmb_location .map-locator button img { margin: 0; }

/* Hide lat/lng fields */
.cmb_location .cmb_metabox.section .cmb_id_lat, .cmb_location .cmb_metabox.section .cmb_id_lng { display: none; }

