.iv-events-listing{padding:64px 0}.iv-events-container{margin:0 auto;width:min(var(--iv-container,1240px),calc(100% - 48px))}.iv-events-section+.iv-events-section{margin-top:64px}.iv-events-section__title{color:var(--iv-navy,#0a1151);font-size:40px;font-weight:700;line-height:1.2;margin:0}.iv-events-section__grid{display:grid;gap:24px;margin-top:32px}.iv-events-section__grid--featured{grid-template-columns:repeat(2,minmax(0,1fr))}.iv-events-section__grid--list{grid-template-columns:repeat(3,minmax(0,1fr))}.iv-events-empty{border:1px solid var(--iv-border,#e2e6f4);border-radius:24px;color:var(--iv-muted,#6f7186);padding:40px 24px;text-align:center}.iv-event-card{background:#fff;border-radius:24px;box-shadow:0 4px 20px rgba(0,0,0,.05);display:flex;flex-direction:column;height:100%;overflow:hidden}.iv-event-card__image{background:var(--iv-blue-tint,rgba(7,55,207,.1));box-sizing:border-box;display:block;height:192px;max-height:192px;overflow:hidden;position:relative;width:100%}.iv-event-card__image img{display:block;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.iv-event-card__date{align-items:center;background:#e9ecf6;border-radius:8px;box-shadow:0 1px 1px rgba(0,0,0,.05);display:flex;flex-direction:column;min-width:50px;padding:8px;position:absolute;right:14px;top:12px}.iv-event-card__date-month{color:var(--iv-blue,#0737cf);font-size:16px;font-weight:700;line-height:1.5}.iv-event-card__date-day{color:var(--iv-navy,#0a1151);font-size:18px;font-weight:600;line-height:1.2}.iv-event-card__body{display:flex;flex:1 1 auto;flex-direction:column;padding:24px}.iv-event-card__tag{background:var(--iv-blue-tint,rgba(7,55,207,.1));border-radius:9999px;color:var(--iv-blue,#0737cf);display:inline-block;font-size:12px;font-weight:700;margin-bottom:12px;padding:10px 12px;width:fit-content}.iv-event-card__title{color:var(--iv-heading,#0a0028);font-size:20px;font-weight:700;line-height:1.2;margin:0 0 16px}.iv-event-card__title a{color:inherit;font-size:inherit}.iv-event-card__meta{color:var(--iv-body,#0d0d0d);font-size:16px;line-height:1.5;margin:0 0 40px}.iv-event-card__button{align-items:center;display:flex;justify-content:center;margin-top:auto;width:100%}@media (max-width:1100px){.iv-events-section__grid--list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.iv-events-listing{padding:48px 0}.iv-events-section__title{font-size:24px}.iv-events-section__grid--featured,.iv-events-section__grid--list{grid-template-columns:1fr}.iv-events-section+.iv-events-section{margin-top:48px}}