.mp-fav-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.mp-fav-card{border:1px solid #dfe6f2;border-radius:8px;background:#fff;padding:18px;box-shadow:0 8px 24px rgba(15,23,42,.06)}.mp-fav-card img{width:100%;height:220px;object-fit:contain;background:#f6f7f9;border-radius:6px;margin-bottom:14px}.mp-fav-card strong{display:block;color:#002b7f;font-size:20px;line-height:1.25;margin-bottom:8px}.mp-fav-card .price{color:#002b7f;font-size:22px;font-weight:800;margin-bottom:14px}.mp-fav-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.mp-fav-actions a{font-weight:800;color:#002b7f}.mp-fav-actions .mp-fav-button{color:#fff!important}@media (max-width:900px){.mp-fav-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.mp-fav-grid{grid-template-columns:1fr}}