What’s in store.
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css); body { font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #333; padding: 20px; max-width: 1200px; margin: 0 auto; } h2 { margin: 1rem 0 2.5rem; } .text-subtle { color: #536b75; font-size: 0.95rem; margin: 0; } /* GREY BOX CONTAINER */ .event-itinerary { margin-bottom: 2.5rem; background-color: #f2f3f3; padding: 1.5rem; border-radius: 0.5rem; display: block; width: 100%; box-sizing: border-box; } .event-header { margin-bottom: 0.5rem; font-size: 1.5rem; font-weight: bold; } .doors-open-text { color: #536b75; font-size: 1rem; margin-bottom: 1rem; } .doors-open-text span { font-style: normal; font-weight: bold; } .event-content { display: flex; flex-direction: column; gap: 1rem; width: 100%; } .event-text { width: 100%; } /* GRID SYSTEM



