.event-item{position:relative;width:100%}@media(max-width:767px){.event-item{max-width:100%}}.event-item:hover .event-item__img img{transform:scale(1.05)}.event-item:hover .event-item__content{background:var(--text-color-primary)}.event-item:hover .event-item__list li,.event-item:hover .event-item__title{color:var(--text-color-black)}.event-item:hover .event-item__list li svg path{fill:var(--text-color-black)}.event-item__img{position:relative;width:100%;height:400px;overflow:hidden;border-radius:16px;margin-bottom:8px}@media(max-width:1200px){.event-item__img{height:390px}}@media(max-width:767px){.event-item__img{height:350px}}.event-item__img img{width:100%;height:100%;object-fit:cover;transition:all .3s ease;transform:scale(1.01)}.event-item__content{position:relative;padding:16px;border:1px solid #1f2a37;border-radius:16px;transition:all .3s ease}.event-item__title{margin-bottom:16px;transition:all .3s ease}@media(max-width:767px){.event-item__list{font-size:14px}}.event-item__list ul{display:flex;flex-direction:column;gap:8px}.event-item__list li{display:flex;align-items:center;gap:8px;transition:all .3s ease}.event-item__list li:last-child{position:relative;display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:340px;width:100%}@media(max-width:767px){.event-item__list li:last-child{max-width:305px}}.event-item__list li svg path{transition:all .3s ease}