/* The light/dark button. Its colours come from whichever stylesheet the page
   already loads, so it looks native on the map, the audit site and the rest. */
.theme-wrap{display:inline-flex;flex:none;}
.theme-wrap.floating{position:fixed;top:max(16px,env(safe-area-inset-top));right:max(16px,env(safe-area-inset-right));z-index:31;}
/* home, sign-in and reset pin the Account button at the top right, so this sits under it. */
.login-page .theme-wrap.floating{top:calc(max(16px,env(safe-area-inset-top)) + 52px);}
.theme-btn{padding:8px;line-height:0;}
.theme-btn svg{width:17px;height:17px;display:block;}
@media (max-width:560px){ .theme-btn{padding:10px;} .theme-btn svg{width:19px;height:19px;} }
