.collectionCard { cursor: pointer; transition: all 0.3s ease; &:hover { transform: translateY(-4px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); } } .collectionThumbnail { width: 100%; height: 200px; object-fit: cover; background: #f0f0f0; } .collectionInfo { padding: 16px; } .collectionName { font-size: 16px; font-weight: 500; margin-bottom: 8px; } .collectionMeta { display: flex; justify-content: space-between; align-items: center; color: rgba(0, 0, 0, 0.45); font-size: 14px; } .collectionType { text-transform: capitalize; } .collectionCount { font-weight: 500; }