.mb-rec { margin: 16px 0; font: inherit; }
.mb-rec__title { font-size: 18px; font-weight: 600; margin: 0 0 10px; }
.mb-rec__list { display: flex; flex-wrap: wrap; gap: 12px; }
.mb-rec__card { display: block; box-sizing: border-box; width: 180px; padding: 10px 12px; border: 1px solid #e6e6e6; border-radius: 10px; text-decoration: none; color: inherit; background: #fff; transition: box-shadow .15s ease; }
.mb-rec__card:hover { box-shadow: 0 2px 10px rgba(0,0,0,.08); }
.mb-rec__name { font-size: 14px; line-height: 1.3; margin-bottom: 6px; }
.mb-rec__price { font-size: 15px; font-weight: 600; }
