.card{position:relative;background:#fff;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.card,.cardImageWrapper{border-radius:8px;overflow:hidden;width:100%}.cardImageWrapper{max-width:450px;height:200px}.cardImage{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.card:hover .cardImage{transform:scale(1.1)}.highlight-icon-wrapper{position:absolute;top:.5rem;right:.5rem;z-index:10;opacity:0;transition:opacity .2s ease}.card.highlighted .highlight-icon-wrapper,.card:hover .highlight-icon-wrapper{opacity:1;cursor:pointer}.highlight-icon{background-color:white;border-radius:50%;padding:4px;display:flex;align-items:center;justify-content:center}.highlight-icon:hover{background-color:#f0f0f0}.card-info{padding:.5rem}.cardTitle{font-size:1rem;line-height:1.5rem;font-weight:700;margin:0 0 .25rem;color:rgba(17,20,45,1);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dateTime,.location,.subtitle{font-size:.9rem;color:#666;font-weight:500;margin:0}@media (max-width:768px){.card{width:100%;max-width:none}.cardImageWrapper{max-width:100%}}.card-actions{position:absolute;top:.5rem;right:.5rem;z-index:10;display:flex;gap:8px;opacity:0;transition:opacity .2s ease}.card.highlighted .card-actions,.card:hover .card-actions{opacity:1}.card-actions .action{background-color:#fff;border-radius:50%;padding:4px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(0,0,0,.15);cursor:pointer}.card-actions .action:hover{background-color:#f0f0f0}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);width:100%;padding-top:.5rem;padding-bottom:2rem;grid-gap:1rem;gap:1rem}.card-item{border:1px solid #ccc;background-color:#fff;padding:1rem}.card-item,.card-item img{border-radius:.5rem;width:100%;margin-bottom:.5rem}.card-item img{height:auto;object-fit:cover}.card-title{font-size:1rem;font-weight:700;margin-bottom:.25rem}.empty-message{display:flex;justify-content:center;align-items:center;height:200px}.no-results{font-size:1rem;color:#888;text-align:center}@media (max-width:618px){.card-grid{display:block;flex-direction:row;gap:1.5rem;padding-bottom:3.5rem}.card-item{width:100%}}.shimmer{background-repeat:no-repeat;border-radius:8px;width:100%;max-width:400px;margin-bottom:1rem}.shimmerImage{margin-bottom:.75rem}.shimmerLine{background-color:#ddd;margin-bottom:.5rem}@keyframes shimmer{0%{background-position:-500px 0}to{background-position:500px 0}}.card.shimmer{background-repeat:no-repeat;border-radius:8px;width:100%;max-width:400px;margin-bottom:1rem;display:flex;flex-direction:column}.shimmerImage{height:200px;border-radius:8px}.shimmerImage,.shimmerLine{background-color:#dddddd43;border:.5px solid #ddd}.shimmerLine{height:14px;border-radius:4px}.shimmerLine.short{width:60%}