/* Language flags: top-right of header, logo row (clear of menu) */
#ed-94752455 {
  position: relative;
}

#ed-94752455 > .inner {
  position: relative;
  max-width: 61rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.sy-lang-flags {
  position: absolute;
  z-index: 40;
  top: 1.35rem;
  right: max(0.75rem, calc((100% - 61rem) / 2));
  bottom: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.sy-lang-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 22px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
  opacity: 0.78;
  line-height: 0;
}

.sy-lang-flag svg {
  display: block;
  width: 22px;
  height: 15px;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.sy-lang-flag:hover { opacity: 1; }

.sy-lang-flag.is-active {
  opacity: 1;
  border-color: #445773;
}

@media screen and (max-width: 975px) {
  .sy-lang-flags {
    top: 50%;
    right: 3.4rem;
    transform: translateY(-50%);
  }
}
