.shared-city-map{isolation:isolate;position:relative}.shared-city-map-zoom{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:var(--map-control-bg);border:1px solid var(--map-control-border);border-radius:6px;bottom:18%;display:flex;left:4%;position:absolute;width:-webkit-max-content;width:max-content;z-index:2}.shared-city-map-zoom button{background:#0000;border:0;border-radius:5px;color:var(--map-control-text);cursor:pointer;display:grid;height:44px;padding:0;place-items:center;touch-action:manipulation;width:44px}.shared-city-map-zoom button:hover:not(:disabled){background:var(--map-control-hover)}.shared-city-map-zoom button+button{border-left:1px solid var(--map-control-border)}.shared-city-map-zoom button:focus-visible{background:var(--map-control-hover);outline:2px solid var(--map-control-focus);outline-offset:2px}.shared-city-map-zoom button:disabled{cursor:default;opacity:.4}@media (max-width:767px){.shared-city-map-zoom{backdrop-filter:none;-webkit-backdrop-filter:none;background:#0000;border:0;isolation:isolate}.shared-city-map-zoom:before{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:var(--map-control-bg);border:1px solid var(--map-control-border);border-radius:5px;content:"";inset:6px 0;pointer-events:none;position:absolute;z-index:-1}.shared-city-map-zoom button{width:36px}.shared-city-map-zoom button+button{border-left:0}.shared-city-map-zoom button svg{height:18px;width:18px}}