.fe-events-wrap{font-family:inherit;margin:1.5em 0}.fe-events-list{display:flex;flex-direction:column;gap:12px}.fe-events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.fe-event-card{display:flex;align-items:stretch;background:#fff;border:1px solid #e8e8e8;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .05);transition:box-shadow .2s ease,transform .2s ease}.fe-event-card:hover{box-shadow:0 6px 20px rgb(0 0 0 / .1);transform:translateY(-2px)}.fe-event-card--past{opacity:.6}.fe-event-accent{width:10px;flex-shrink:0;border-radius:10px 0 0 10px}.fe-event-body{padding:14px 18px;flex:1;display:flex;flex-direction:column;gap:6px}.fe-event-title{margin:0!important;font-size:1.05em!important;font-weight:700!important;line-height:1.3!important;color:#1a1a1a}.fe-event-desc{margin:0!important;font-size:.88em!important;color:#555;line-height:1.5!important}.fe-event-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.fe-meta-item{display:inline-flex;align-items:center;gap:5px;font-size:.8em;color:#666;white-space:nowrap}.fe-meta-item svg{width:13px;height:13px;flex-shrink:0;color:#999}.fe-badge-past{display:inline-block;font-size:.7em;background:#f0f0f0;color:#888;padding:2px 8px;border-radius:20px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;align-self:flex-start;margin-top:4px}.fe-no-events{color:#888;font-style:italic}