.language-picker{position:relative;width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(2,38,35,.18);border-radius:5px;background:#faf8f4;color:#054239;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.language-picker>span{display:grid;place-items:center;width:18px;height:18px}.language-picker svg{width:18px;height:18px}.language-picker:hover{border-color:#054239;background:#054239;color:#fff}.language-picker select{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.language-picker:focus-within{outline:2px solid #b9a779;outline-offset:2px}
.public-language{position:fixed;z-index:40;top:18px;right:18px;box-shadow:0 8px 22px rgba(0,0,0,.14)}
