.featured-posts-insights--block:not(.active) {
    display: none;
  }
  .featured-posts-insights--block .featured-posts--wrapper {
    /* grid-template-rows: repeat(2, minmax(0px, auto)); */
    grid-template-rows: minmax(0px, auto) 1fr;
  }
  .featured-posts-insights--block .featured-posts--wrapper:has(> .featured-posts--inner-blocks:empty) {
      grid-template-rows: minmax(0px, auto);
      row-gap: 0;
    }
  @media (min-width: 1024px) {
    .featured-posts-insights--block .featured-posts--inner-blocks:not(:empty) {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 3.5rem;
    }
}
  @media screen and (min-width: 768px) {
    .featured-posts-insights--block .featured-posts--inner-blocks > * {
      max-width: 345px;
    }
  }
  .featured-posts-insights--block .featured-posts--image {
    clip-path: polygon(100% 0, 100% 61%, 81% 100%, 0 100%, 0 0);
  }
  .featured-posts-insights--block .main-article .featured-posts--image {
      clip-path: polygon(100% 0, 100% 81%, 91% 100%, 0 100%, 0 0);
    }
  .featured-posts-insights--block .main-article .recent-post__details {
    border-style: none;
    padding-left: 0px;
}
  .featured-posts-insights--block .main-article .recent-post__details .recent-post__title,
      .featured-posts-insights--block .main-article .recent-post__details .recent-post__title a {
    font-size: var(--wp--preset--font-size--font-40-px);
        line-height: 48px;
}
