.rotate-map{position:absolute;right:17px;bottom:84px;z-index:500;width:50px;height:50px;border:0;border-radius:50%;background:#fff;color:var(--mc-cyan-dark);box-shadow:0 4px 18px #17384b30;display:grid;place-items:center;padding:6px}
.rotate-map svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transform:rotate(var(--bearing,0deg));transition:transform .18s ease}
.rotate-map small{position:absolute;bottom:3px;font-size:8px;font-weight:800;background:#fff;padding:0 2px}
.profile-wrap{display:grid;gap:14px}#profileLogout{margin-top:14px;padding-bottom:18px;position:relative;z-index:2}.logout-button{display:block;width:100%;box-sizing:border-box;text-align:center;text-decoration:none;border:1px solid #da4b4b;border-radius:13px;background:#fff;color:#bd3030;font:inherit;font-weight:750;padding:13px;cursor:pointer}.logout-button:active{background:#fff1f1}.logout-button:disabled{cursor:wait;opacity:.65}
@media(max-width:390px){.rotate-map{width:46px;height:46px;right:12px;bottom:76px}}
@media(orientation:landscape) and (max-height:520px){.rotate-map{bottom:72px}}
