/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/section_CC2-499_latest-posts/scss/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.latest-posts-section {
  margin: 7.5rem auto;
}
.latest-posts-section .wp-block-heading {
  margin-bottom: 4rem;
  font-size: var(--Font-Size-Title-2);
  line-height: var(--Font-Line-height-Title-2);
}
.latest-posts-section .wp-block-query {
  overflow: hidden;
}
.latest-posts-section .wp-block-query .wp-block-post-template {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  cursor: grab;
  transform: translateX(0);
  transition: transform ease-out 0.25s;
}
.latest-posts-section .wp-block-query .wp-block-post-template:active {
  cursor: grabbing;
}
.latest-posts-section .wp-block-query .wp-block-post-template.no-slide {
  cursor: default;
}
.latest-posts-section .wp-block-query .wp-block-post-template:not(.shifting) {
  transition: none !important;
}
.latest-posts-section .wp-block-query .wp-block-post-template .wp-block-post {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex-shrink: 0;
  flex-basis: calc(33% - 1rem);
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.latest-posts-section .wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-featured-image {
  margin: 0;
  aspect-ratio: 4/3;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  overflow: hidden;
  background-color: var(--Color-Background-Subtle);
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  pointer-events: none;
}
.latest-posts-section .wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.latest-posts-section .wp-block-query .wp-block-post-template .wp-block-post .date-tag-wrapper {
  min-height: 4.5rem;
  padding: 0 1.5rem;
  font-family: var(--Font-Text);
}
.latest-posts-section .wp-block-query .wp-block-post-template .wp-block-post .date-tag-wrapper .wp-block-post-date {
  display: block;
  font-size: var(--Font-Size-Body-3);
  line-height: 2rem;
  color: var(--Cool-Gray-400, #9CA3AF);
}
.latest-posts-section .wp-block-query .wp-block-post-template .wp-block-post .date-tag-wrapper .wp-block-post-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}
.latest-posts-section .wp-block-query .wp-block-post-template .wp-block-post .date-tag-wrapper .wp-block-post-terms .wp-block-post-terms__separator {
  display: none;
}
.latest-posts-section .wp-block-query .wp-block-post-template .wp-block-post .date-tag-wrapper .wp-block-post-terms a {
  padding: 0.5rem;
  color: var(--Color-Text-Brand);
  border-radius: 6rem;
  background-color: var(--Color-Background-Subtle);
  font-family: var(--Font-SemiBold);
  pointer-events: none;
}
.latest-posts-section .wp-block-query .wp-block-post-template .wp-block-post .article-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 1.5rem;
  min-height: 12rem;
}
.latest-posts-section .wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .wp-block-post-title {
  height: 6rem;
  overflow: hidden;
  word-break: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.latest-posts-section .wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .wp-block-post-excerpt {
  font-family: var(--Font-Text);
  font-size: var(--Font-Size-Body-2);
  line-height: var(--Font-Line-height-Body-2);
}
.latest-posts-section .wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .wp-block-post-excerpt .wp-block-post-excerpt__more-text {
  display: none;
  pointer-events: none;
}
.latest-posts-section .wp-block-query .wp-block-post-template .wp-block-post .wp-block-button {
  margin-top: auto;
}
.latest-posts-section .wp-block-query .wp-block-post-template .wp-block-post .wp-block-button .wp-block-button__link {
  padding-left: 1.5rem !important;
}
.latest-posts-section .main-cta-wrap {
  margin-top: 4rem;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .latest-posts-section .wp-block-heading {
    margin-bottom: 2rem;
  }
  .latest-posts-section .wp-block-query .wp-block-post-template .wp-block-post {
    min-width: 300px;
  }
}
@media screen and (max-width: 1040px) {
  .latest-posts-section .date-tag-wrapper, .latest-posts-section .article-wrapper {
    min-height: 0 !important;
  }
  .latest-posts-section .wp-block-post-title {
    height: auto !important;
  }
}

/*# sourceMappingURL=style-index.css.map*/