theme-locale-picker {
  display: contents;
}

theme-locale-picker .theme-locale-picker__inner {
  display: inline-flex;
  gap: 28px;
  align-items: center;
}

@media (max-width: 959px) {
  theme-locale-picker .theme-locale-picker__inner {
    gap: 16px;
    flex-wrap: wrap;
  }
}
