.postListItemDownload {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 437px;
}
@media only screen and (min-width: 672px) {
  .postListItemDownload {
    max-width: 369px;
  }
}
.postListItemDownload .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;
}
.postListItemDownload .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;
}
.postListItemDownload .post-excerpt {
  font-size: clamp(0.85rem, 0.8105rem + 0.1684vw, 1rem);
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.postListItemDownload .post-thumbnail {
  width: 100%;
  margin: 0;
  aspect-ratio: 370/180;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  background-size: cover;
  height: 100%;
}
.postListItemDownload .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;
}
.postListItemDownload .post_desc {
  padding: 30px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  flex-grow: 1;
}
.postListItemDownload .post_desc .post_content {
  width: 100%;
}
.postListItemDownload .post_desc .post_content a {
  text-decoration: none;
}/*# sourceMappingURL=postListItemDownload.css.map */