/* === Rehearsal Dinner guide — page-local styles ===
   Migrated from the inline <style> block in
   src/rehearsal-dinner-st-augustine.njk (2026-06-30). The meta/best-for rows
   that sit inside the shared .location-card component. Section-opener headings
   now use the shared .section-header (eyebrow + h2 + subheading) pattern.
   Uses shared design tokens. */

.venue-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  font-size: 0.9rem;
  color: var(--color-text-light);
  margin-top: 0.5rem;
}

.venue-meta-row strong {
  color: var(--color-text);
}

.venue-best-for {
  font-style: italic;
  margin-top: 0.75rem;
  color: var(--color-text-light);
}
