/* Site overrides: nav layout, language switch rechtsboven, footer logo */

/* Footer kolom 1: IIAA logo max 105px (zoals op live) */
.site-footer__col1 img {
  max-width: 105px;
  max-height: 105px;
  height: auto;
  width: auto;
}

.site-nav .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.site-nav__main {
  flex: 1;
}

.site-nav__right {
  margin-left: auto;
}

.site-nav__right .language-switch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav__right .language-switch li a {
  text-decoration: none;
}

.site-nav__right .language-switch li.active a {
  font-weight: 600;
}
