body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.restaurant-location{color:#25352d;font-family:inherit;margin:0 auto;max-width:1300px;padding:24px}.restaurant-location *{box-sizing:border-box}.restaurant-page-heading{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:22px}.restaurant-page-heading h2{color:#203d2f;font-size:28px;margin:4px 0 0}.restaurant-eyebrow{color:#5b7365;font-size:13px;font-weight:700;margin:0}.restaurant-count{background:#eef4ef;border-radius:20px;color:#53685b;font-size:13px;padding:9px 13px}.restaurant-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.restaurant-toolbar>span{color:#63746a;font-size:13px;margin-left:auto}.restaurant-location button{background:#fff;border:1px solid #cbd7cd;border-radius:7px;color:#304638;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:10px 13px}.restaurant-location button:hover:not(:disabled){background:#eff5f0;border-color:#759982}.restaurant-location button.restaurant-primary{background:#246446;border-color:#246446;color:#fff}.restaurant-location button.restaurant-primary:hover:not(:disabled){background:#184e35}.restaurant-location button:disabled{cursor:not-allowed;opacity:.5}.restaurant-location button:focus-visible,.restaurant-location input:focus-visible,.restaurant-location select:focus-visible{outline:3px solid #91b6ff;outline-offset:2px}.restaurant-workspace{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:minmax(0,1fr)}.restaurant-workspace.is-editing{grid-template-columns:minmax(0,1.8fr) minmax(280px,1fr)}.restaurant-maps{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}.restaurant-workspace.is-editing .restaurant-maps{grid-template-columns:minmax(0,1fr)}.restaurant-map-card{background:#fff;border:1px solid #dce4de;border-radius:10px;margin:0;overflow:hidden}.restaurant-map-heading{align-items:center;border-bottom:1px solid #edf0eb;display:flex;gap:10px;justify-content:space-between;padding:12px 16px}.restaurant-map-heading h3{font-size:15px;margin:0}.restaurant-map-heading span{color:#687a6d;font-size:12px}.restaurant-map-svg{display:block;height:auto;-webkit-user-select:none;user-select:none;width:100%}.restaurant-map-svg.is-editing{cursor:crosshair;touch-action:none}.restaurant-map-handle{cursor:grab;outline:none}.restaurant-map-handle:active{cursor:grabbing}.restaurant-map-handle:focus-visible rect{stroke:#2459ed;stroke-width:2}.restaurant-map-svg.is-drawing{background:#f4f8ff}.restaurant-sidebar{min-width:0;position:sticky;top:16px}.restaurant-editor,.restaurant-results{background:#fff;border:1px solid #dce4de;border-radius:10px;padding:18px}.restaurant-sidebar h3{font-size:17px;margin:0 0 14px}.restaurant-editor>p{color:#576b5e;font-size:13px;line-height:1.65}.restaurant-editor fieldset{border:0;margin:0;min-width:0;padding:0}.restaurant-editor label{display:flex;flex-direction:column;font-size:12px;font-weight:600;gap:6px;margin-bottom:12px}.restaurant-editor input,.restaurant-editor select{background:#fff;border:1px solid #cbd7cd;border-radius:6px;color:#25352d;font-family:inherit;font-size:14px;min-width:0;padding:9px 10px;width:100%}.restaurant-fields{grid-gap:0 10px;display:grid;gap:0 10px;grid-template-columns:1fr 1fr}.restaurant-editor-actions{border-top:1px solid #e7ede8;display:flex;gap:8px;margin-top:16px;padding-top:16px}.restaurant-location .restaurant-help{color:#687a6d;font-size:12px;line-height:1.6;margin-bottom:0}.restaurant-results table{border-collapse:collapse;font-size:13px;table-layout:fixed;width:100%}.restaurant-results td,.restaurant-results th{border-bottom:1px solid #edf0eb;overflow-wrap:anywhere;padding:9px 3px;text-align:center}.restaurant-results thead{background:#eff4ef;color:#486251;font-size:12px}.restaurant-results th:nth-child(odd){width:15%}.restaurant-results tbody th{color:#687a6d;font-weight:500}.restaurant-message{background:#eaf5ed;border-radius:7px;color:#25543a;font-size:13px;line-height:1.6;padding:12px 15px}.restaurant-message.is-error{background:#fff0e9;color:#a23c19}.restaurant-message button{margin-left:8px}.restaurant-empty{background:#f4f7f3;border-radius:10px;color:#687a6d;line-height:1.8;padding:60px 20px;text-align:center}.restaurant-sr-only{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.restaurant-roster{background:#fff;border:1px solid #dce4de;border-radius:10px;margin-top:24px;padding:20px}.restaurant-roster-heading{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px}.restaurant-roster-heading h3{font-size:18px;margin:0 0 5px}.restaurant-roster-heading p{color:#687a6d;font-size:13px;margin:0}.restaurant-team-list{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(6,minmax(0,1fr));list-style:none;margin:0;padding:0}.restaurant-team-list li{align-items:center;border:1px solid #e5ece6;border-radius:6px;display:flex;font-size:14px;gap:4px;justify-content:space-between;overflow-wrap:anywhere;padding:10px}.restaurant-team-list li.is-fixed{background:#eaf5dc;border-color:#a1b78c}.restaurant-roster small{color:#597443;font-size:11px;white-space:nowrap}@media (max-width:850px){.restaurant-maps,.restaurant-workspace.is-editing{grid-template-columns:minmax(0,1fr)}.restaurant-workspace.is-editing .restaurant-sidebar{grid-row:1}.restaurant-sidebar{position:static}.restaurant-team-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:520px){.restaurant-location{padding:14px 10px}.restaurant-page-heading{align-items:flex-start;flex-direction:column;gap:10px}.restaurant-page-heading h2{font-size:24px}.restaurant-toolbar>span{margin:5px 0;width:100%}.restaurant-map-heading{padding:10px 12px}.restaurant-team-list{grid-template-columns:repeat(2,minmax(0,1fr))}.restaurant-roster{padding:14px}}