.article-language-switch {
  align-items: center;
  display: inline-flex;
  margin: 0 12px 0 4px;
}

.article-language-switch .fa {
  color: #1769d2;
  margin-right: 5px;
}

.article-language-switch select {
  background: #fff;
  border: 1px solid #d5dbe3;
  border-radius: 4px;
  color: #303b4c;
  cursor: pointer;
  height: 34px;
  padding: 0 7px;
}

.header .navbar-brand {
  display: flex;
  flex: 0 1 auto;
  max-width: 160px;
}

.header .navbar-brand .site-logo {
  display: block;
  height: 40px;
  max-width: 160px;
  object-fit: contain;
  width: auto;
}

.post-content-full {
  min-width: 0;
  overflow-wrap: anywhere;
}

.post-content-full img {
  height: auto;
  max-width: 100%;
}

.post-content-full table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.article-service-note {
  background: #f4f7fb;
  border-left: 4px solid #1769d2;
  color: #344054;
  line-height: 1.65;
  margin: 28px 0 22px;
  padding: 15px 18px;
}

.blog-nav-actions .article-language-switch {
  flex: 0 0 auto;
  margin: 0;
}

@media (max-width: 991px) {
  .article-language-switch {
    margin: 12px 0;
  }

  .header .navbar-brand,
  .header .navbar-brand .site-logo {
    max-width: 132px;
  }

  .header .navbar-brand .site-logo {
    height: 34px;
  }

  .article-language-switch--mobile {
    margin: 0 8px 0 auto;
  }

  section.blog .blog-header .title .title-name {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }
}
