.latest-events-wrapper{max-width:100%;width:100%}.latest-events-title{font-size:30px;font-weight:700;letter-spacing:-.5px;margin:0}.latest-events-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:2rem}.latest-events-header-button{flex:0 0 auto}.latest-events-grid{align-items:stretch;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.latest-event-card{background-color:#fff;border:.5px solid rgba(,);border-radius:px;display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:hidden;padding:0;transition:box-shadow .25s ease-in-out}.latest-event-card,.latest-event-card:hover{box-shadow:0 11px 30px rgba(,)}.latest-event-card-top{display:block;padding:30px}.latest-event-title{font-size:1.25rem;font-weight:700;line-height:1.4;margin:0;padding-bottom:1rem;word-break:break-word}.latest-event-meta{display:block;font-size:16px}.latest-event-meta-row{align-items:flex-start;display:flex;gap:10px}.latest-event-meta-row+.latest-event-meta-row{margin-top:12px}.latest-event-meta-icon{display:inline-flex;flex:0 0 16px;line-height:1;margin-top:2px;width:16px}.latest-event-meta-icon svg,.latest-event-meta-icon>span{display:block}.latest-event-meta-icon svg,.latest-event-meta-icon svg path{fill:currentColor!important}.latest-event-meta-icon svg [stroke]{stroke:currentColor!important}.latest-event-meta-value{flex:1 1 auto}.latest-event-location,.latest-events-wrapper time{display:block}.latest-event-date-time{display:block}.latest-event-card-actions{display:flex;flex-wrap:wrap;gap:.75rem;min-height:60px;padding:0 30px 30px}.latest-events-empty{background-color:#f9f9f9;border:1px solid #e5e5e5;border-radius:8px;padding:3rem 1.5rem;text-align:center}.latest-events-empty p{color:#666;font-size:1rem;margin:0}@media (max-width:1024px){.latest-events-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.latest-events-title{font-size:1.5rem}}@media (max-width:768px){.latest-events-header{align-items:flex-start;flex-direction:column;gap:.75rem}.latest-events-grid{gap:1rem;grid-template-columns:1fr}.latest-events-title{font-size:1.35rem;margin-bottom:1.5rem}.latest-event-card{border-radius:6px}.latest-event-card-top{padding:1.25rem}.latest-event-card-actions{padding:0 1.25rem 1.25rem}.latest-event-title{font-size:1.1rem}.latest-event-meta{font-size:.9rem}}@media (max-width:480px){.latest-events-title{font-size:1.2rem;margin-bottom:1rem}.latest-event-card-top{padding:1rem}.latest-event-card-actions{padding:0 1rem 1rem}.latest-event-title{font-size:1rem}.latest-event-meta{font-size:.85rem}}@media (prefers-contrast:more){.latest-event-card{border-width:2px}}@media (prefers-reduced-motion:reduce){.latest-event-card{transition:none}}