.home .elementor-element-a17b9f9.porgen-home-news .elementor-posts-container {
  display: flex !important;
  flex-direction: column;
  gap: 5px;
  max-height: var(--porgen-home-news-list-max-height, 560px);
  padding-right: 12px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.home .elementor-element-a17b9f9.porgen-home-news .elementor-post {
  display: block !important;
  height: auto !important;
  min-height: 1.45em !important;
  margin: 0 !important;
  min-width: 0;
  overflow: visible !important;
}

.home .elementor-element-a17b9f9.porgen-home-news .elementor-post__text {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  column-gap: 0.35em;
  width: 100%;
  height: auto !important;
  min-width: 0;
  min-height: 1.45em !important;
  max-width: 100%;
  overflow: visible !important;
  white-space: nowrap;
}

.home .elementor-element-a17b9f9.porgen-home-news .elementor-post__meta-data {
  display: inline-flex !important;
  grid-column: 1;
  width: auto !important;
  max-width: none;
  margin: 0 !important;
  overflow: visible;
  line-height: 1.45;
  white-space: nowrap;
}

.home .elementor-element-a17b9f9.porgen-home-news .elementor-post__title {
  display: block !important;
  grid-column: 2;
  min-width: 0;
  max-width: 100%;
  margin: 0 !important;
  overflow: hidden;
  line-height: 1.45;
  white-space: nowrap;
}

.home .elementor-element-a17b9f9.porgen-home-news .elementor-post__title a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .home .elementor-element-a17b9f9.porgen-home-news .elementor-posts-container {
    max-height: var(--porgen-home-news-list-max-height, 480px);
    padding-right: 8px;
  }

  .home .elementor-element-a17b9f9.porgen-home-news .elementor-post__text {
    column-gap: 0.3em;
  }
}
