/* your styles go here */
/* Example site test */
{{/* 
.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
} */}}

.language-switcher {
  list-style: none;
  display: flex;
  gap: 1em;
  margin: 0;
  padding: 0;
}
.language-switcher li {
  display: inline;
}
.language-switcher a {
  text-decoration: none;
  color: #999;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  transition: background 0.2s;
}
.language-switcher a.active, .language-switcher a:hover {
  background: #e0e0e0;
  font-weight: bold;
}

#top .social a {
  margin: 0 0.2em;
}
