.restaurant-directory{display:grid;gap:18px}.restaurant-directory-note{padding:13px 15px;border-radius:14px;border:1px solid rgba(230,173,66,.28);background:rgba(230,173,66,.07);color:#d8e3f2}.restaurant-detail-section{padding:16px;border:1px solid rgba(120,174,255,.2);border-radius:16px;background:rgba(255,255,255,.025)}.restaurant-detail-head h3{margin:0 0 4px;color:#ffd16b}.restaurant-detail-head p{margin:0 0 13px;color:#aebed3}.restaurant-place-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.restaurant-place-card{overflow:hidden;border:1px solid rgba(120,174,255,.22);border-radius:15px;background:rgba(2,12,27,.72)}.restaurant-photo-shell{height:118px;background:linear-gradient(135deg,#0d2a50,#07162d);display:grid;place-items:center}.restaurant-photo-link{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#fff;text-decoration:none}.restaurant-photo-link span{font-size:30px}.restaurant-photo-link small{color:#c9d7e7;font-weight:700}.restaurant-place-copy{padding:14px}.restaurant-place-copy h4{font-size:18px;margin:0 0 10px;color:#fff}.restaurant-place-copy p{margin:7px 0;color:#c9d5e5;line-height:1.45}.restaurant-rating{color:#ffd16b!important}.restaurant-detail-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.restaurant-detail-actions a{display:block;text-align:center;padding:10px 8px;border-radius:10px;border:1px solid rgba(230,173,66,.3);background:#0b376d;color:#fff;text-decoration:none;font-weight:800;font-size:12px}@media(max-width:760px){.restaurant-place-grid{grid-template-columns:1fr}.restaurant-detail-actions{grid-template-columns:1fr}.restaurant-photo-shell{height:96px}}