.cards img{width:102px;height:64px;margin:6px 4px;border-radius:6px;background-color:#fff;box-shadow:0 2px 6px rgba(27,77,62,8%);object-fit:contain;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.cards img:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(27,77,62,.15)}