.event-card{border-radius:var(--border-radius);margin:var(--spacing-small);background:var(--md-ref-palette-primary98);transition:.3s;box-shadow:var(--box-shadow);max-width:300px}.event-card.hidden{display:none}.event-card a{color:var(--md-sys-color-primary)}.event-card a:hover{color:var(--md-sys-color-inverse-primary)}.event-card:hover{background:linear-gradient(135deg,var(--md-sys-color-secondary-container) 0,var(--md-sys-color-surface) 50%,var(--md-sys-color-secondary-container) 100%)}.event-card .event-primary-details,.event-card .event-secondary-details{position:relative}.event-card .badges{display:flex;align-items:center;position:absolute;right:0;top:0}.instagram-grid{display:flex;flex-wrap:wrap;align-items:center;width:80%}.instagram-grid-item{margin-right:var(--spacing-xsmall)}.event-card-stack{padding:var(--spacing-medium)}@media screen and (max-width:37.5em){.event-card{max-width:100%}}