.event-item{padding:.13rem;cursor:pointer;transition:.2s;border-radius:.4rem;margin:auto;list-style-type:none}.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);background-color:rgba(128,128,128,.05);aspect-ratio:10/4;overflow:hidden}.event-item_info{flex-grow:1;display:flex;flex-direction:column;white-space:pre-line;overflow-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.event-item_name{font-weight:400;font-size:1.1rem;line-height:1.3em}.event-item_details{list-style:none;margin-top:.5rem;display:flex;flex-wrap:wrap;column-gap:.5rem;row-gap:.1rem;flex-grow:1}.event-item_detail{display:inline-block;color:var(--color-text-regular);font-size:.9rem}.event-item_icon{color:var(--color-text-regular);padding-right:.3rem;line-height:inherit;font-size:1.3em;vertical-align:top}.event-item_tags{display:flex;gap:.5rem}.event-item--card{width:100%;max-width:30rem;height:100%;container-name:event-item--card;container-type:inline-size}.event-item--card .event-item_wrapper{padding:1rem;height:100%;display:flex;flex-direction:column}.event-item--card .event-item_date-overlay{position:absolute;top:.4rem;left:.4rem;z-index:2}.event-item--card .event-item_img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:10/4;border-radius:var(--border-radius)}.event-item--card .event-item_info{margin-top:.8rem}.event-item--card .event-item_tags{margin-top:1rem}@container event-item--card (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 (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-name:event-item--list-item;container-type:inline-size}.event-item--list-item.event-item--highlight{margin:1rem 0}.event-item--list-item .event-item_wrapper{display:grid;grid-template-columns:min-content auto min-content;width:100%;padding:.5rem}.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{margin-top:.2rem;row-gap:.1rem}.event-item--list-item .event-item_picture{display:none}@container event-item--list-item (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{margin-top:.2rem;column-gap:1rem;row-gap:.2rem}.event-item--list-item .event-item_name{font-size:1.2rem}.event-item--list-item .event-item_img,.event-item--list-item .event-item_picture{display:block;max-height:5rem;height:100%;width:12.5rem;object-fit:cover;border-radius:.2rem}}@container event-item--list-item (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{margin-top:.2rem;column-gap:1.2rem;row-gap:.5rem}.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}}