
.mxcs-switcher {
  display:flex;
  gap:8px;
  align-items:center;
}

.mxcs-flag img {
  width:28px;
  height:auto;
  transition:opacity .2s;
}

.mxcs-flag.disabled img {
  opacity:.4;
  cursor:not-allowed;
}
