/* The language switcher, for surfaces that do not load the site stylesheet.
   Same shape and same classes as the control in the topbar. */
.st-lang{display:flex;align-items:center;gap:2px;background:#f2f5fb;border:1px solid #e6eaf2;
         border-radius:11px;padding:3px;margin-right:8px;flex:0 0 auto;}
.st-lang button{border:none;background:none;color:#5b6b86;font-size:12px;font-weight:700;
                padding:6px 10px;border-radius:8px;cursor:pointer;transition:.15s;line-height:1.2;
                font-family:inherit;white-space:nowrap;}
.st-lang button:hover{color:#15295e;background:#e6ecf6;}
.st-lang button.on{background:#fff;color:#15295e;box-shadow:0 1px 3px rgba(15,30,70,.14);}
/* the marketplace header is already crowded on a phone */
@media(max-width:900px){.st-lang{display:none;}}
