.tc-single-event{background-color:var(--md-sys-color-surface);border-radius:12px;border:none;overflow:hidden;box-shadow:0 4px 6px rgb(0 0 0 / .3);transition:box-shadow var(--ts-transition-normal) var(--ts-ease-out),transform var(--ts-transition-normal) var(--ts-ease-out);display:flex;flex-direction:column;height:100%;border-bottom:2px solid #fff0}.tc-single-event:hover{box-shadow:0 8px 24px rgb(0 0 0 / .5),0 4px 8px rgb(0 0 0 / .3);transform:translateY(-4px);border-bottom-color:var(--ts-gold)}.tc-single-event:focus-within{box-shadow:0 0 0 2px var(--ts-gold)}.tc-single-event .tc-get-featured-image{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;background-color:var(--ts-surface-2)}.tc-single-event .tc-get-featured-image a{display:block;width:100%;height:100%}.tc-single-event .tc-get-featured-image img{width:100%;height:100%;aspect-ratio:4 / 5;object-fit:cover;transition:transform var(--ts-transition-slow) var(--ts-ease-out)}.tc-single-event:hover .tc-get-featured-image img{transform:scale(1.05)}.tc-single-event .tc-get-featured-image img[loading="lazy"]{background-color:var(--ts-surface-2)}.tc-single-event .tc-event-content-wrap{padding:14px 16px 16px;display:flex;flex-direction:column;flex:1;gap:6px}.tc-single-event h4,.tc-single-event .tc-event-title{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;font-family:var(--font-headings);font-size:1.05rem;font-weight:600;color:#fff;margin:0}.tc-single-event h4 a,.tc-single-event .tc-event-title a{color:inherit;text-decoration:none;transition:color var(--ts-transition-fast) var(--ts-ease-out)}.tc-single-event h4 a:hover,.tc-single-event .tc-event-title a:hover{color:var(--ts-gold)}.tc-single-event .tc-event-metadata,.tc-single-event .tc-dates-location,.tc-single-event .tc-event-date-wrap{display:flex;flex-direction:column;gap:3px}.tc-single-event .tc-meta-datetime,.tc-single-event .tc-date-time,.tc-single-event .tc-event-date{color:var(--ts-gold);font-weight:600;font-size:.82rem;display:flex;align-items:center;gap:var(--ts-space-2)}.tc-single-event .tc-meta-location,.tc-single-event .tc-event-location{color:var(--ts-mediumgrey-text);font-size:.8rem;display:flex;align-items:center;gap:var(--ts-space-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tc-single-event .tc-event-date svg,.tc-single-event .tc-event-location svg{width:14px;height:14px;flex-shrink:0}.tc-single-event .tc-event-date svg{opacity:.7}.tc-single-event .tc-event-location svg{opacity:.6}.tc-single-event .tc-event-date::before{content:'';display:inline-block;width:14px;height:14px;flex-shrink:0;opacity:.7;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM5 8V6h14v2H5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM5 8V6h14v2H5z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.tc-single-event .tc-event-date:has(svg)::before{display:none}.tc-single-event .tc-event-location::before{content:'';display:inline-block;width:14px;height:14px;flex-shrink:0;opacity:.6;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5S10.62 6.5 12 6.5s2.5 1.12 2.5 2.5S13.38 11.5 12 11.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5S10.62 6.5 12 6.5s2.5 1.12 2.5 2.5S13.38 11.5 12 11.5z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.tc-single-event .tc-event-location:has(svg)::before{display:none}.tc-single-event .tc-event-categories{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--ts-mediumgrey-text);margin-top:var(--ts-space-1)}.tev-category-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:var(--ts-space-3)}.tev-category-tag{display:inline-block;padding:4px 12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--ts-lightgrey,#b0b0b0);background:#fff0;border:1px solid var(--ts-border-color,rgb(255 255 255 / .15));border-radius:20px;line-height:1.4;transition:border-color 0.2s ease,color 0.2s ease,background-color 0.2s ease;white-space:nowrap}.tc-single-event:hover .tev-category-tag{border-color:rgb(255 255 255 / .25)}.tc-single-event .tc-event-excerpt,.tc-single-event .tc-excerpt-wrap{display:none}.tc-single-event .tc-event-cta,.tc-single-event .tc-view-event{display:inline-flex;align-items:center;justify-content:center;gap:var(--ts-space-2);margin-top:auto;padding:var(--ts-space-3) var(--ts-space-6);background:var(--ts-gold);color:var(--ts-black);border-radius:var(--ts-radius-sm);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;transition:background-color var(--ts-transition-fast) var(--ts-ease-out),transform var(--ts-transition-fast) var(--ts-ease-out)}.tc-single-event .tc-event-cta:hover,.tc-single-event .tc-view-event:hover{background:#E8C37E;transform:translateY(-1px)}.tc-event-badge{display:inline-flex;align-items:center;gap:var(--ts-space-1);padding:var(--ts-space-1) var(--ts-space-2);border-radius:var(--ts-radius-sm);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.tc-event-badge--featured{background:var(--ts-gold);color:var(--ts-black)}.tc-event-badge--free{background:var(--ts-success-soft);color:var(--ts-success)}.tc-event-badge--soldout{background:var(--ts-danger-soft);color:var(--ts-danger)}.tc-display-filter-events{display:grid!important;grid-template-columns:1fr;gap:14px;margin-top:var(--ts-space-4)}@media (min-width:600px){.tc-display-filter-events{grid-template-columns:repeat(2,1fr);gap:12px}}@media (min-width:1024px){.tc-display-filter-events{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.tc-display-filter-events{grid-template-columns:repeat(4,1fr)}}.tc-single-event.tc-4-column,.tc-single-event.tc-3-column,.tc-single-event.tc-2-column,.tc-single-event.tc-1-column,.tc-single-event.tc-one-fourth,.tc-single-event[class*="tc-column"]{width:100%!important;max-width:100%!important;float:none!important;clear:none!important;margin:0!important}.tc-display-filter-events .tc-4-column{max-width:100%!important;width:100%!important}.tc-no-results{grid-column:1 / -1;text-align:center;padding:var(--ts-space-12) var(--ts-space-6);background:var(--ts-surface-1);border-radius:var(--ts-radius);border:1px dashed var(--ts-border-color);color:var(--ts-mediumgrey-text)}.tc-no-results strong{display:block;color:#fff;font-size:1.1rem;margin-bottom:var(--ts-space-2)}.tc-display-filter-events.is-loading{opacity:.6;pointer-events:none}.tc-display-filter-events.is-loading::after{content:'';position:absolute;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;border:3px solid var(--ts-border-color);border-top-color:var(--ts-gold);border-radius:50%;animation:tc-spin 0.8s linear infinite}@keyframes tc-spin{to{transform:rotate(360deg)}}@media (max-width:480px){.tc-single-event .tc-event-content-wrap{padding:12px 14px 14px}.tc-single-event h4,.tc-single-event .tc-event-title{font-size:1rem}}