/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/acf-featured-posts/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.fl-featured-posts {
  position: relative;
  overflow: hidden;
}
.fl-featured-posts h2 {
  margin-bottom: 3rem;
}
.fl-featured-posts h3 {
  margin-bottom: 5rem;
  font-weight: 400;
}
.fl-featured-posts__grid {
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.fl-featured-posts__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 33.3333%; /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  z-index: 5;
}
.fl-featured-posts__item:hover {
  cursor: pointer;
}
.fl-featured-posts__item:hover .fl-featured-posts__overlay {
  z-index: 10;
  opacity: 0.8;
}
.fl-featured-posts__top {
  position: relative;
  overflow: hidden;
}
.fl-featured-posts__thumbnail {
  position: relative;
  z-index: 5;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.fl-featured-posts__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.fl-featured-posts__bottom {
  padding: 0.5rem 3rem 3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fl-featured-posts__bottom p {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.fl-featured-posts__bottom .button--arrow {
  place-self: end;
  align-self: start;
}
.fl-featured-posts__graphic {
  position: absolute;
  right: -15px;
  bottom: -25px;
  z-index: 0;
  height: 50%;
}
.fl-featured-posts__tab {
  display: inline-block;
  position: relative;
  z-index: 5;
  transform: translateY(-50%);
  padding: 5rem 1.6rem 0.8rem;
  font-size: 1.5rem;
  font-weight: 600;
  place-self: start;
}

@media (min-width: 1650px) {
  .fl-featured-posts__graphic {
    right: -25px;
  }
}
@media (max-width: 1360px) {
  .fl-featured-posts__grid {
    gap: 4rem;
  }
}
@media (min-width: 769px) {
  .fl-featured-posts__top {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 768px) {
  .fl-featured-posts__top {
    aspect-ratio: 16/9;
  }
  .fl-featured-posts__grid {
    flex-direction: column;
    gap: 20px;
  }
  .fl-featured-posts__item {
    width: 100%;
  }
  .fl-featured-posts__thumbnail {
    border-radius: 0;
  }
}

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