.header.cs-header .logo-section img[src="/hubfs/iairi-logo.png"] {
  width: auto !important;
  max-width: none !important;
  height: 36px !important;
}

.header.cs-header .logo-section:after {
  display: none !important;
}

.header.cs-header .primary-section .container-wrapper {
  min-height: 64px;
}

.header.cs-header .primary-section .container-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header.cs-header .logo-section,
.header.cs-header .nav,
.header.cs-header .right-section {
  float: none;
}

.header.cs-header .logo-section {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.header.cs-header .nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.header.cs-header .header__menu--desktop {
  width: auto;
  max-width: 100%;
}

.header.cs-header .header__menu--desktop > .header__menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  width: auto;
}

.header.cs-header .header__menu-item--depth-1 {
  margin: 0;
}

.header.cs-header .right-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 32px;
  max-width: 32px;
}

.footer.cs-footer img[src="/hubfs/iairi-logo.png"] {
  width: auto !important;
  max-width: none !important;
  height: 44px !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.page-blog-post .post-top-section {
  padding-top: 52px;
}

.page-blog-post .top-article {
  padding-top: 0;
}

.page-blog-post .top-container--col {
  width: 74.3%;
  max-width: 980px;
}

.page-blog-post .top-article-title .blog-post__title {
  margin-top: 0;
}

@media (max-width: 991px) {
  .header.cs-header .logo-section img[src="/hubfs/iairi-logo.png"] {
    width: auto !important;
    max-width: none !important;
    height: 32px !important;
  }

  .header.cs-header .primary-section .container-wrapper {
    min-height: 58px;
  }

  .page-blog-post .post-top-section {
    padding-top: 32px;
  }
}

@media (max-width: 680px) {
  .header.cs-header .logo-section img[src="/hubfs/iairi-logo.png"] {
    width: auto !important;
    max-width: none !important;
    height: 28px !important;
  }

  .page-blog-post .post-top-section {
    padding-top: 20px;
  }

  .page-blog-post .top-container--col {
    width: 100%;
  }
}
