.microsoft__lang-switch-wrapper {
  padding: 0.5rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
}

.microsoft__lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem;
  border: 1px solid #d7dde7;
  background: #fff;
}

.microsoft__lang-switch-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  padding: 0.5rem 0.8rem;
  color: #153867;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-family: var(--source-sans-pro-bold);
}

.microsoft__lang-switch-button:hover,
.microsoft__lang-switch-button:focus {
  background: #eef4fb;
  color: #153867;
  text-decoration: none;
}

.microsoft__lang-switch-button.is-active {
  background: #153867;
  color: #fff;
}

.workbooks__formItem_block .errorFocus:focus, .workbooks__formItem_block .errorFocus:focus-within{
  outline: solid 1px darkred;
  box-shadow: 0 0 5px darkred;
}

.errorFocus:focus, .errorFocus:focus-within{
  outline: solid 1px darkred;
  box-shadow: 0 0 5px darkred;
}
