.post-item {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  flex-direction: column;
}
.post-item.item_minheight {
  min-height: 437px;
}
.post-item .post-date {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  text-transform: uppercase;
  padding: 20px 30px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}
.post-item .post-title {
  font-weight: 700;
  margin-bottom: 1.25rem;
  font-size: clamp(1.125rem, 1.0263rem + 0.4211vw, 1.5rem);
  line-height: 1;
  display: block;
}
.post-item .post-excerpt {
  font-size: clamp(0.85rem, 0.8105rem + 0.1684vw, 1rem);
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .post-item .post-excerpt {
    font-size: 1.1rem; /* większy opis na mobile */
  }
}
.post-item .post-thumbnail {
  width: 100%;
  margin: 0;
  aspect-ratio: 370/180;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.post-item .post-thumbnail a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  text-indent: -9999px;
}
.post-item .read-more-btn {
  font-weight: 600;
  font-size: 1rem;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.post-item .post_desc {
  padding: 30px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  flex-grow: 1;
}
.post-item .post_desc .post_content {
  width: 100%;
}
.post-item .post_desc .post_content a {
  text-decoration: none;
}/*# sourceMappingURL=postListItem.css.map */

        .post-item .post_extraLink{
            font-size: 1rem;
            font-weight: 700;
            display: block;
            margin-bottom: .3rem;
        }