.os-insights .os-insights__header {
  text-align: center;
  padding: 5.6rem;
  background: #2B2F3B;
  background: linear-gradient(112deg, #484E61 0.82%, #2B2F3B 50.21%);
}
.os-insights .os-insights__header p {
  color: #fff;
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
}
.os-insights__header h1,
.os-insights__header h2,
.os-insights__header-post-title {
  font-size: var(--wp--preset--font-size--headline-1);
  font-weight: 700;
  line-height: 1.15;
  margin-top: 0;
}
.os-insights .os-blocks-content {
  margin: 6.4rem auto;
}
.os-insights .os-insights__breadcrumbs {
  padding-bottom: 1.6rem;
}
.os-insights .os-insights__breadcrumbs .sep {
  padding: 0 4px;
  color: var(--os-accent);
}
.os-insights .os-insights__single {
  max-width: var(--os-site-width);
  display: flex;
  flex-direction: column;
  margin-top: 6.4rem;
}
@media (min-width: 1024px) {
  .os-insights .os-insights__single {
    flex-direction: row;
  }
}
.os-insights .os-insights__sidebar {
  margin-top: var(--os-space-xl);
}
.os-insights .os-insights__sidebar .os-kb-sb__heading {
  border-bottom: var(--os-accent) solid 2px;
  padding-bottom: 1.6rem;
}
@media (min-width: 1024px) {
  .os-insights .os-insights__sidebar {
    width: 25%;
    min-width: 300px;
    margin: 0;
    padding-left: 0;
    box-sizing: border-box;
  }
}
.os-insights .os-insights__content {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .os-insights .os-insights__content {
    width: 75%;
  }
}
.os-insights .os-insights-related_posts {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.os-insights .os-insights-related_posts .os-insights-related_posts__post {
  position: relative;
}
.os-insights .os-insights-related_posts .os-insights-related_posts__post h4 {
  margin-bottom: 0.8rem;
}
.os-insights .os-insights-post__thumb {
  width: 100%;
  aspect-ratio: 2/1;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

a.os-clickable-parent::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.os-insights-recent-posts {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .os-insights-recent-posts {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .os-insights-recent-posts {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.os-insights-recent-posts li {
  position: relative;
}
.os-insights-recent-posts li h4 {
  margin: 1.6rem 0 0.8rem 0;
}



.os-insights-related_posts img,
.os-insights-recent-posts li img {
  transition: var(--os-transition);
}
.os-insights-related_posts:hover img,
.os-insights-recent-posts li:hover img {
  opacity: 0.6;
}

.os-kb-recent-posts__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.6em;
}

.os-kb-archive-posts__heading {
  margin-bottom: 1em;
}

.os-kb-view-all {
  padding: 0.4rem 1.6rem;
  border: var(--os-accent) 2px solid;
  border-radius: 2.4rem;
  color: #000;
  text-decoration: none;
}
.os-kb-view-all:hover {
  background-color: var(--os-accent);
}

/*# sourceMappingURL=style.css.map */
