.restaurant-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.restaurant-gallery img{width:100%;height:180px;object-fit:cover;border-radius:.75rem}.public-detail-cover{width:100%;max-height:480px;object-fit:cover;border-radius:1rem}.public-filter{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:1rem;align-items:end;margin:2rem 0}.public-filter label{display:grid;gap:.35rem}.public-filter input,.public-filter select{min-height:44px;padding:.6rem;border:1px solid #ccd5d2;border-radius:.5rem}@media(max-width:768px){.public-filter{grid-template-columns:1fr}.restaurant-gallery{grid-template-columns:1fr 1fr}}@media(max-width:375px){.restaurant-gallery{grid-template-columns:1fr}}
