/* addon front end css */

.mobile-language-switcher .wpml-ls {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.mobile-language-switcher select,
.mobile-language-switcher a {
  font-size: 14px;
  padding: 6px 12px;
  background: #f4f4f4;
  color: #333;
  border-radius: 6px;
  text-decoration: none;
  border: 1px solid #ddd;
}
