/* Owner-facing Map Pin URL location flow. */
.add-listing-section.location #submit_map,
.add-listing-section.location .form-field-_address-container,
.add-listing-section.location .form-field-_friendly_address-container,
.add-listing-section.location .form-field-_geolocation_lat-container,
.add-listing-section.location .form-field-_geolocation_long-container {
	display: none !important;
}
.aspl-location-notice {
	display: flex;
	flex-direction: column;
	gap: 3px;
	width: 100%;
	margin: 2px 0 18px;
	padding: 13px 15px;
	box-sizing: border-box;
	border: 1px solid #99f6e4;
	border-radius: 10px;
	background: #f0fdfa;
	color: #24504c;
	font-size: 13px;
	line-height: 1.45;
}
.aspl-location-notice strong { color: #0f766e; }
.aspl-map-pin-url { border-color: #5eead4 !important; }
.aspl-map-pin-url:focus { border-color: #0f766e !important; box-shadow: 0 0 0 2px rgba(45, 212, 191, .22); }
.aspl-location-status { display: block; margin-top: 7px; color: #587270; font-size: 12px; line-height: 1.35; }
.aspl-location-status--ready { color: #0f766e; }
.aspl-help-tip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #0f766e;
	color: #fff;
	cursor: help;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}
