/* Events page enhancements. */
.schedule-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}.schedule-preview{overflow:hidden;border:1px solid #dbe5ea;border-radius:24px;background:#f4f8fa;box-shadow:0 16px 46px rgba(7,24,39,.07)}.schedule-preview iframe{display:block;width:100%;height:760px;border:0;background:#fff}.schedule-mobile-note{display:none;padding:26px}.schedule-mobile-note p{margin:8px 0 0;color:#5e7180}@media(max-width:760px){.schedule-heading{align-items:flex-start;flex-direction:column}.schedule-preview iframe{display:none}.schedule-mobile-note{display:block}}
