.resto-card{cursor:pointer;box-shadow:0 2px 12px #f0f5ff;border-radius:20px;overflow:hidden;background-color:#fff;max-width:550px}.resto-card-img{width:100%;aspect-ratio:2.2;object-fit:cover;position:relative;padding:24px}.resto-card-badges{height:100%;position:relative;display:flex;flex-direction:column;justify-content:space-between}.resto-card-badges-stack{display:flex;flex-direction:column;gap:8px}.resto-card-badges-stack.bottom{flex-direction:row-reverse;align-items:flex-end;justify-content:space-between}.resto-card-badges-type{height:24px;max-width:max-content;border-radius:8px;background-color:#ce1544}.resto-card-badges-type p{padding:0 12px;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-style:italic;overflow:hidden}.resto-card-badges-city{height:24px;border-radius:8px;background-color:#172941;padding:0 8px}.resto-card-badges-city p{white-space:nowrap;color:#fff;font-style:italic}.resto-card-badges-influencer-welcome{max-width:max-content}.resto-card-badges-influencer-welcome div{background-color:#fff}.resto-card-badges-heart-rating{gap:4px;display:flex}.resto-card-badges-heart-rating .heart-cont,.resto-card-badges-heart-rating .rating-cont{height:24px;display:flex;gap:6px;border-radius:8px;background-color:#fff;justify-content:center;align-items:center;padding:0 8px}.resto-card-content{padding:24px;display:flex;height:150px;flex-direction:column;gap:8px;border-radius:0 0 20px 20px;border:1px solid #ebf0f8;border-top:none}.resto-card-content-infos{display:flex;gap:8px;align-items:center;justify-content:space-between;max-width:100%}.resto-card-content-infos h3{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.resto-card-content-see-more{gap:16px;display:flex;height:100%;align-items:flex-start}.resto-card-content-see-more p{flex:1 1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical}.resto-card-content-see-more :nth-child(2){align-self:flex-end}.resto-card{transition:transform .2s ease-in-out}@media screen and (min-width:900px){.resto-card:hover{transform:translateY(-10px)}}.resto-card:hover h3{color:#ce1544}