/* V0.3.36: right map controls aligned low above stop button */
:root{--cp-edge:26px;--cp-round:58px;--cp-gap:18px}
.rightCtl{right:var(--cp-edge)!important;top:auto!important;bottom:calc(var(--cp-edge) + env(safe-area-inset-bottom) + var(--cp-round) + var(--cp-gap))!important;transform:none!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:0!important}
.rightCtl .round{width:var(--cp-round)!important;height:var(--cp-round)!important;min-width:var(--cp-round)!important;min-height:var(--cp-round)!important;border-radius:29px!important;margin:0!important}
.rightCtl .round + .round{margin-top:0!important;border-top:1px solid rgba(70,90,60,.16)!important}
@media(min-width:601px){:root{--cp-edge:28px}}
.settingsVersion::after{content:'V0.3.36'!important}
