.blue-html-builder-output {
  width: 100%;
}

.blue-html-builder-output.bhb-style-theme {
  color: inherit;
  font-family: inherit;
}

.blue-html-builder-output.bhb-style-theme * {
  font-family: inherit;
}

.blue-html-builder-output.bhb-isolated-css {
  isolation: isolate;
}

.bhb-latest-posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.bhb-latest-post {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(6, 43, 120, .08);
}

.bhb-latest-post__image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.bhb-latest-post__content {
  padding: 22px;
}

.bhb-latest-post__content h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

.bhb-latest-post__content p {
  margin: 12px 0 0;
  color: #606779;
}

@media (max-width: 800px) {
  .bhb-latest-posts {
    grid-template-columns: 1fr;
  }
}
