/**
 * Tree-Ripe Near You — search results section styles
 *
 * Mirrors tr-find-stop.css results section (lines 322–510) for visual identity
 * but scoped under .tr-near-you with .tr-ny-* class names.
 *
 * @package TreeRipeEcosystem
 * @since 7.x.0
 */

/* ─────────────────────────────────────────────
 * TOKENS
 * ───────────────────────────────────────────── */
.tr-near-you {
	--tr-ny-forest: #0F5E41;
	--tr-ny-forest-dark: #0A4A33;
	--tr-ny-mint: #BBE0C6;
	--tr-ny-mint-soft: #E8F4EB;
	--tr-ny-cream: #F0E8E0;
	--tr-ny-text: #333333;
	--tr-ny-text-light: #555555;
	--tr-ny-border: #EEEAE5;
	--tr-ny-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
	--tr-ny-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
	--tr-ny-radius: 16px;
	--tr-ny-radius-sm: 10px;

	font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: var(--tr-ny-text);
	line-height: 1.5;
}

/*
 * Results section, stop cards, map, and panel are all rendered with tr-fs-*
 * classes and styled by tr-find-stop.css (enqueued alongside this file).
 * The .tr-find-stop class on the wrapper div makes all --tr-fs-* tokens available.
 * No duplicate styles needed here.
 */
