.lang-switch{display:inline-flex;align-items:center}
.lang-switch__select{
  appearance:none;-webkit-appearance:none;background:#fff;color:inherit;
  font:inherit;font-weight:400;line-height:1;text-align:left;
  border:1px solid rgba(0,0,0,.08);border-radius:999px;
  padding:.7rem 2.2rem .7rem 1rem;min-width:126px;height:calc(1em + 1.4rem + 2px);
  cursor:pointer;transition:transform .06s ease,box-shadow .25s ease,background .25s ease;
  background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);
  background-position:calc(100% - 17px) 50%,calc(100% - 12px) 50%;
  background-size:5px 5px,5px 5px;background-repeat:no-repeat;
}
.lang-switch__select:hover{background-color:var(--petal,#F3D4CA);box-shadow:var(--shadow-md,0 14px 40px rgba(0,0,0,.08))}
.lang-switch__select:active{transform:scale(.98)}
.lang-switch__select:focus-visible{outline:2px solid #000;outline-offset:3px}
