.content-card{background-color:#f9f9f9;border-radius:1rem;box-shadow:0 2px 10px rgba(0,0,0,.1);overflow:hidden;cursor:pointer;transition:transform .3s ease}.dark .content-card{background-color:#5e5e5e}.content-card:hover{transform:scale(1.02)}.content-card-image{height:150px;overflow:hidden;display:flex;justify-content:center;align-items:center}.content-card-image img{width:auto;height:100%;object-fit:fill}.content-card-details{padding:1rem}.content-card-details h2{font-size:1.25rem;margin-bottom:.5rem}.content-card-details h3{font-size:1.2rem;margin-bottom:.5rem}.content-card-details p{font-size:.875rem}.content-card-tags{display:flex;gap:.25rem;margin-top:.3rem;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.content-card-tags .tag{background-color:#ddd;padding:.25rem .5rem;border-radius:.5rem;border:none;font-size:.75rem;color:#333}