.locale-trigger.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  flex: 0 0 34px;
}
.locale-trigger.icon-btn:hover,
.locale-trigger.icon-btn:focus-visible {
  background: #eef0f2;
  border-color: #d4d8dc;
  outline-offset: 3px;
}
.locale-trigger > img {
  display: block;
  width: 17px;
  height: 17px;
  flex: none;
}
.locale-error-page {
  padding-top: 64px;
  padding-bottom: 64px;
}
.wiz-head > :first-child {
  margin-right: auto;
}
