/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 19 2026 | 12:44:15 */
.navWrapper div[data-op3-children="2"]{
    display:flex;
}

.lang-switcher {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.lang-switcher li {
  opacity: 0.6;
  transition: all 0.2s ease;
}

.lang-switcher li:hover {
  opacity: 1;
  transform: scale(1.1);
}

.lang-switcher .current-lang {
  opacity: 1;
}

.flagsItem {
  display:flex;
  align-items:center;
}

