#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#content {
  flex: auto;
}

#masthead .widget_polylang li {
  display: inline-block;
  padding: 0 0.5rem;
}
#masthead .widget_polylang li a {
  font-size: 14px;
  color: whitesmoke;
}
#masthead.anavi-dynamic-header {
  position: sticky;
  top: 0;
}
#masthead.anavi-dynamic-header[data-landing=false] {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
}

#colophon .ast-footer-copyright {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
#colophon .ast-footer-copyright .anavi-beian {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  list-style: none;
  margin: 0;
}
#colophon .ast-footer-copyright .anavi-beian a {
  color: whitesmoke;
}
