<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.site_langs {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site_langs a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: 5px;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
.site_langs a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 100%;
}
.site_langs a img {
  border-radius: 100%;
  max-width: unset;
  width: 45px;
  height: 45px;
  display: block;
}
</pre></body></html>