/* View bookings — component tweaks; shell styles in public-site.css */

.booking-card h4 {
  margin: 0;
  color: #0f172a;
}

.booking-card p {
  color: #64748b;
  font-size: 0.9rem;
  margin: 4px 0 0;
}
