/* AI Product Assistance v2B — static inline field examples (vendor-facing). */

.hp-field-guidance {
	margin: 4px 0 0;
	font-size: 12px;
	line-height: 1.5;
	color: #6B7280;
}

.hp-field-guidance strong {
	font-weight: 600;
	color: #4B5563;
}

/* Guide form layout (v0.1.103) — gd_guides Add/Edit form only, scoped by
   the hp-guide-form body class set in gd-guide-form-layout.php.
   Hides the interactive map + "Set Address On Map" (one row) and the
   latitude/longitude rows. display:none only — the lat/lng inputs stay in
   the DOM and keep submitting, so address data persists exactly as before.
   CSS instead of show_map=0 because GD renders the lat/lng inputs inside
   the show_map block (removing it would drop the coordinate inputs).
   gd_place forms never have this body class and are unaffected. */
body.hp-guide-form #geodir_address_map_row,
body.hp-guide-form [data-argument="address_latitude"],
body.hp-guide-form [data-argument="address_longitude"] {
	display: none;
}
