.ds-events-heading{color:#1c1c1c;font-family:var(--brand-font,"Zilla Slab",serif);font-size:2.5rem;margin-bottom:30px;text-align:center;transition:color .3s ease}body.theme-dark .ds-events-heading{color:#f5f1e6!important}.ds-events-timeline{display:flex;flex-direction:column;gap:30px;margin:0 auto;max-width:900px}.ds-event-card{align-items:center;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background-color:rgba(255,255,255,var(--ds-global-glass-opacity,.85));border:1px solid rgba(104,29,55,.15);border-radius:8px;box-shadow:0 4px 15px rgba(104,29,55,.05);display:flex;flex-direction:row;gap:35px;padding:30px;position:relative;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.ds-event-card:hover{background-color:rgba(255,255,255,var(--ds-global-glass-opacity,.95));box-shadow:0 12px 30px rgba(104,29,55,.12);transform:translateY(-3px)}body.theme-dark .ds-event-card{background-color:rgba(20,20,20,var(--ds-global-glass-opacity,.85));border-color:rgba(216,140,154,.15);box-shadow:0 4px 15px rgba(0,0,0,.3)}body.theme-dark .ds-event-card:hover{background-color:rgba(30,30,30,var(--ds-global-glass-opacity,.95));border-color:rgba(216,140,154,.35)}@media (max-width:768px){.ds-event-card{flex-direction:column;gap:20px;text-align:center}}.ds-event-calendar-block{align-items:center;background-color:rgba(0,121,107,.08);border:1px solid rgba(0,121,107,.15);border-radius:8px;display:flex;flex:0 0 130px;flex-direction:column;justify-content:center;min-height:130px;padding:20px 10px}.ds-cal-month{color:#00796b;font-size:1.1rem;font-weight:800;letter-spacing:2px}.ds-cal-day,.ds-cal-month{font-family:Inter,sans-serif}.ds-cal-day{color:#1c1c1c;font-size:2.8rem;font-weight:900;line-height:1;margin-top:5px}.ds-event-content{display:flex;flex:1;flex-direction:column;justify-content:center}.ds-event-content h3{margin-bottom:12px;margin-top:0}.ds-event-content h3,.ds-event-content p{color:#1c1c1c;transition:color .3s ease}body.theme-dark .ds-event-content h3,body.theme-dark .ds-event-content p{color:#f5f1e6}.ds-event-pills-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}@media (max-width:768px){.ds-event-pills-row{justify-content:center}}.ds-event-pill{background-color:rgba(0,121,107,.08);border:1px solid rgba(0,121,107,.15);border-radius:50px;color:#00796b;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;padding:6px 12px}body.theme-dark .ds-event-calendar-block,body.theme-dark .ds-event-pill{background-color:rgba(128,203,196,.1);border-color:rgba(128,203,196,.2)}body.theme-dark .ds-cal-month,body.theme-dark .ds-event-pill{color:#80cbc4}body.theme-dark .ds-cal-day{color:#f5f1e6}.ds-event-cta-wrapper{margin-top:15px}.ds-listing-card-link-overlay{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.ds-btn-tertiary{align-items:center;display:inline-flex;gap:6px;transition:color .2s ease}.ds-btn-tertiary .arrow{transition:transform .2s ease,color .2s ease}.ds-event-card:hover .ds-btn-tertiary .ds-btn-text{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.ds-event-card:hover .ds-btn-tertiary .arrow{transform:translateX(5px)}body.theme-dark .ds-event-card:hover .ds-btn-tertiary,body.theme-dark .ds-event-card:hover .ds-btn-tertiary .arrow,body.theme-dark .ds-event-card:hover .ds-btn-tertiary .ds-btn-text{color:#80cbc4!important;text-decoration-color:#80cbc4!important}.ds-event-past{filter:grayscale(40%);opacity:.7}.ds-event-past:hover{filter:grayscale(0);opacity:1}