/* ========================================
   ARCHE — Attendance (Worship at the Park) Page Styles
   ======================================== */

.attendance-hero-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: var(--gold);
  font-size: 16px;
  font-weight: 600;
}

.attendance-hero-location svg {
  flex-shrink: 0;
}
