/*
* Global button styling
*/
/*
* Breakpoint debugging
*/
/*
* MEDIA QUERIES
* Breakpoints for responsive sites
*/
/*
* SASS Parent append
* Useful if you want to add an append to the parent without writing it out again
* Usage: @include parent-append(":hover")
* Source: https://codepen.io/imkremen/pen/RMVBvq
*/
/*
* Skew
* Useful mixing to create skewed edges
* Usage: @include angle-edge(bottomright, 3deg, topleft, 3deg, #fff);
* Source: http://www.hongkiat.com/blog/skewed-edges-css/
*/
.block-posts.swiper {
  overflow: visible;
}
.block-posts .swiper-wrapper {
  overflow: visible;
}
.block-posts .swiper-slide {
  display: flex;
  height: auto;
}
.block-posts .post-article {
  margin-bottom: 0;
  border-bottom: 0;
}
.block-posts .post-article time {
  color: rgba(18, 18, 18, 0.4);
}
.block-posts .block-carousel-navigation {
  margin-top: var(--wp--preset--spacing--medium);
}/*# sourceMappingURL=block-posts.css.map */