.event-item{display:flex;flex-direction:column;overflow:hidden;border-radius:16px;transition:all .3s ease-in-out;position:relative;max-width:calc(var(--container-width)/4 - 24px);width:90%;border:1px solid #eff0f2;padding-bottom:8px;margin:20px 0}.event-item:hover{box-shadow:0 6px 5px rgba(0,0,0,.09),0 15px 50px rgba(0,0,0,.1)}.event-item .image-holder img{height:200px;width:100%;object-fit:cover}.event-item .details{display:flex;flex-direction:column;padding:16px;gap:6px;flex-grow:1}.event-item .title-holder{display:flex;justify-content:space-between;align-items:flex-start}.event-item .title-holder .like{cursor:pointer;width:16px;height:16px;background-image:url(/_next/static/media/e-heart.aa163097.svg);background-size:16px;background-repeat:no-repeat;background-position:50%;display:block}.event-item .title-holder .like.u{background-image:url(/_next/static/media/heart-filled.66825fee.svg)}.event-item .title{margin:0}.event-item .title a{color:#3a3d4d;font-weight:700;font-size:14px}.event-item .tags{display:flex;gap:6px}.event-item .tags a{padding:8px 8px 8px 25px;border-radius:8px;color:#808599;background-color:#eff0f2;background-image:url(/_next/static/media/tag.ee61c549.svg);background-position:left 7px center;background-repeat:no-repeat;background-size:12px;font-size:12px;font-weight:700}.event-item .desc{color:#808599;font-size:12px;line-height:160%}.event-item .price-holder{display:flex;justify-content:space-between;align-items:flex-end}.event-item .price-holder .price{display:flex;flex-direction:column;gap:5px;font-size:14px;font-weight:700;line-height:140%}.event-item .price-holder .price .from{color:#808599}.event-item .price-holder .price .from .org{text-decoration:line-through}.event-item .price-holder .price .amount{color:var(--primary-color)}.event-item .price-holder .badge{background-color:#059b5a;color:#fff;padding:2px 8px;border-radius:4px;font-size:12px;line-height:180%;font-weight:700}.event-item .date-time{width:100%}.event-item .date-time,.event-item .date-time>span{display:flex;align-items:center;justify-content:center}.event-item .date-time>span{gap:6px;padding:8px 12px;color:#606680;line-height:180%;font-size:12px}.event-item .date-time>span:last-child{border-left:1px solid #eff0f2}.event-item .action-btns{position:absolute;left:0;top:0;width:100%;display:flex;justify-content:flex-end;gap:10px;box-sizing:border-box;padding:20px}.event-item .action-btns>span{box-sizing:border-box;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50%;width:40px;height:40px;cursor:pointer}