.event-item{cursor:pointer;border-radius:.4rem;margin:auto;padding:.13rem;list-style-type:none;transition:all .2s}.event-item--highlight{background:var(--gradient-highlight)}.event-item--highlight:hover{background:var(--gradient-highlight-hover)}.event-item_wrapper{z-index:2;border-radius:var(--border-radius);background-color:var(--color-bg-body)}.event-item:hover .event-item_wrapper{background-color:var(--color-bg-surface)}.event-item_picture{border-radius:var(--border-radius);aspect-ratio:5/2;background-color:#8080800d;overflow:hidden}.event-item_info{word-break:break-word;white-space:pre-line;overflow-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;flex-direction:column;flex-grow:1;display:flex}.event-item_name{font-size:1.1rem;font-weight:400;line-height:1.3em}.event-item_details{flex-wrap:wrap;flex-grow:1;gap:.1rem .5rem;margin-top:.5rem;list-style:none;display:flex}.event-item_detail{color:var(--color-text-regular);font-size:.9rem;display:inline-block}.event-item_icon{color:var(--color-text-regular);line-height:inherit;vertical-align:top;padding-right:.3rem;font-size:1.3em}.event-item_tags{gap:.5rem;display:flex}.event-item--card{width:100%;max-width:30rem;height:100%;container:event-item--card/inline-size}.event-item--card .event-item_wrapper{flex-direction:column;height:100%;padding:1rem;display:flex}.event-item--card .event-item_date-overlay{z-index:2;position:absolute;top:.4rem;left:.4rem}.event-item--card .event-item_img{object-fit:cover;aspect-ratio:5/2;border-radius:var(--border-radius);width:100%;height:100%;display:block}.event-item--card .event-item_info{margin-top:.8rem}.event-item--card .event-item_tags{margin-top:1rem}@container event-item--card not (max-width:360px){.event-item--card .event-item_date-overlay{top:.4rem;left:.4rem}.event-item--card .event-item_name{font-size:1.2rem}.event-item--card .event-item_details{column-gap:1rem}}@container event-item--card not (max-width:400px){.event-item--card .event-item_wrapper{padding:5%}.event-item--card .event-item_name{font-size:1.4rem}.event-item--card .event-item_details{column-gap:1.2rem}.event-item--card .event-item_detail{font-size:.95rem}}.event-item--list-item{margin:.2rem 0;container:event-item--list-item/inline-size}.event-item--list-item.event-item--highlight{margin:1rem 0}.event-item--list-item .event-item_wrapper{grid-template-columns:min-content auto min-content;width:100%;padding:.5rem;display:grid}.event-item--list-item .event-item_tags{flex-wrap:wrap;margin-top:.5rem}.event-item--list-item .event-item_info{min-width:10rem;margin:auto 0;padding:0 0 0 .75rem}.event-item--list-item .event-item_name{margin:0;line-height:1.4em}.event-item--list-item .event-item_details{row-gap:.1rem;margin-top:.2rem}.event-item--list-item .event-item_picture{display:none}@container event-item--list-item not (max-width:600px){.event-item--list-item .event-item_wrapper{padding:1rem}.event-item--list-item .event-item_info{padding:0 1rem}.event-item--list-item .event-item_details{gap:.2rem 1rem;margin-top:.2rem}.event-item--list-item .event-item_name{font-size:1.2rem}.event-item--list-item .event-item_picture,.event-item--list-item .event-item_img{object-fit:cover;border-radius:.2rem;width:12.5rem;height:100%;max-height:5rem;display:block}}@container event-item--list-item not (max-width:700px){.event-item--list-item .event-item_info{padding:0 1rem}.event-item--list-item .event-item_name{font-size:1.3rem}.event-item--list-item .event-item_details{gap:.5rem 1.2rem;margin-top:.2rem}.event-item--list-item .event-item_detail{font-size:.95rem}.event-item--list-item .event-item_tags{margin-top:.7rem}}@media only screen and (min-width:1000px){.event-item--list-item .event-item--highlight{margin-bottom:1rem}}
