/* Reduce overall agenda font size */ .ea-agenda, .ea-agenda * { font-size: 0.85em !important; line-height: 1.3em !important; } /* Make the agenda title smaller */ .ea-agenda .ea-agenda-title { font-size: 1.2em !important; font-weight: 600 !important; } /* Make session titles smaller */ .ea-agenda .ea-session-title { font-size: 1em !important; font-weight: 600 !important; } /* Make times and speakers smaller */ .ea-agenda .ea-session-time, .ea-agenda .ea-session-speakers { font-size: 0.85em !important; } /* Make table-based fallback widget smaller (older EventsAIR versions) */ table, table * { font-size: 0.85em !important; line-height: 1.2em !important; }