.language-switcher-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 18px;
	margin-right: 5px;
}
.language-switcher-label {
  margin-right: 8px;
  font-size: 1.1em;
  color: #283891;
  display: flex;
  align-items: center;
}
.language-switcher-label .material-icons {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 3px;
  color: #fff;
}
.language-label {
  margin: 0;
  font-weight: 500;
  cursor: pointer;
  color: #fff; /* White font for the label only */
}
.language-switcher-select {
  border-radius: 20px;
  padding: 4px 18px;
  border: 1px solid #ccc;
  font-size: 1em;
  background: #f8f8fc;
  color: #283891;
  font-weight: 500;
  outline: none;
  transition: border 0.2s;
} 