/* GolfSpots city listings — tags and nearby labels. */
.entry-content .highlights { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0 18px; }
.entry-content .spot-nearby { margin: 0 0 6px; color: #647684; font-size: 15px; font-weight: 700; line-height: 1.35; }
.entry-content .spot-nearby strong { color: #24436d; font-weight: 800; }
.entry-content .spot-verified { display: inline-flex; align-items: center; gap: 6px; margin: 0 0 6px; padding: 3px 10px; border: 1px solid #cfe0d4; border-radius: 999px; background: #f1f8f3; color: #2c5c3c; font-size: 14px; font-weight: 700; line-height: 1.35; }
.entry-content .spot-verified strong { color: #1f7a45; font-weight: 800; }
