#stores-list{padding:20px}#stores-list .store-item{border-radius:15px;overflow:hidden;box-shadow:2px 2px 10px rgba(0,0,0,.1);margin-bottom:10px;cursor:pointer;text-decoration:none;align-items:stretch}#stores-list .store-item .store-data{padding:15px}#stores-list .store-item .store-data img{border-radius:50%}#stores-list .store-item .store-data .store-name{font-weight:700;font-size:1.4rem;margin-top:0;margin-bottom:10px}#stores-list .store-item:hover{text-decoration:underline}#stores-list .store-banner{min-height:100px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:gray}