.restaurant-toolbar { flex-wrap: wrap; }
.restaurant-workspace-search { display:grid; gap:6px; flex:1 1 320px; max-width:460px; }
.restaurant-workspace-search > span { color:var(--muted,#64748b); font-size:12px; font-weight:800; }
.restaurant-location-actions { display:flex; flex-wrap:wrap; gap:9px; margin-top:10px; }
.restaurant-location-actions .btn { min-height:42px; }
.restaurant-location-status { margin-top:10px; padding:10px 12px; border:1px solid rgba(100,116,139,.2); border-radius:12px; color:var(--muted,#64748b); background:rgba(148,163,184,.08); font-size:12px; font-weight:700; }
.restaurant-location-status[data-state="loading"] { color:#1d4ed8; background:rgba(59,130,246,.09); }
.restaurant-location-status[data-state="success"] { color:#047857; background:rgba(16,185,129,.1); border-color:rgba(16,185,129,.25); }
.restaurant-location-status[data-state="error"] { color:#b42318; background:rgba(239,68,68,.08); border-color:rgba(239,68,68,.25); }
.restaurant-location-preview { margin-top:10px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:10px; padding:11px 12px; border-radius:12px; background:#0f172a; color:#fff; }
.restaurant-location-preview[hidden] { display:none; }
.restaurant-location-preview span { color:#94a3b8; font-size:11px; font-weight:800; text-transform:uppercase; }
.restaurant-location-preview strong { font-size:13px; }
.restaurant-location-preview a { color:#7dd3fc; font-size:12px; font-weight:800; }
@media (max-width:700px) {
  .restaurant-workspace-search { flex-basis:100%; max-width:none; }
  .restaurant-location-actions { display:grid; grid-template-columns:1fr; }
  .restaurant-location-preview { grid-template-columns:1fr; }
}
