.banner-logo {
  max-width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .banner-logo { max-width: 200px; }
}
.article-list h1 {
  font-size: 1.1em;
  font-weight: bold;
  white-space: normal;
  overflow-wrap: break-word;
  text-overflow: unset;
}
.title {
  font-size: 1.1em;
  font-weight: bold;
}
.banner {
  position: relative;
  font-size: inherit;
}
.lang-switcher {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.8em;
  text-align: right;
  line-height: 1.6;
}
.lang-switcher strong {
  display: block;
}
.lang-switcher a, .lang-switcher .lang-active {
  display: block;
}
.lang-switcher a {
  text-decoration: none;
  color: #666;
}
.lang-switcher a:hover {
  color: #000;
}
.lang-switcher .lang-active {
  color: #000;
  font-weight: bold;
}
