.event-card{height:260px;overflow:hidden;box-shadow:5px 5px 6px #0005}.event-card-inner{display:flex;height:100%}.event-card-body{flex:2;display:flex;flex-direction:column;min-height:0;padding:1.5rem;box-shadow:-1px 1px 2px #0005 inset}.event-card-text{flex:auto;min-height:0;overflow:hidden;position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.event-card-text::after{content:"";position:absolute;bottom:0;left:0;right:0;height:2.5em;pointer-events:none;background:linear-gradient( to bottom,rgba(255,255,255,0),#fff )}.event-card-body .btn{flex-shrink:0;margin-top:auto;width:fit-content}.event-card-image{flex:1;position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat;box-shadow:-2px 0 3px #0005}.event-card-img{width:100%;height:100%;display:block}.event-card-img.fit-cover{object-fit:cover}.event-card-img.fit-contain{object-fit:contain}.event-card-img.fit-fill{object-fit:fill}.event-card:not(:has(.event-card-image)) .event-card-body{flex:1}@media(max-width:576px){.event-card{height:auto}.event-card-inner{flex-direction:column}.event-card-image{height:160px}.event-card-body{padding:1rem}}