/*
* Global button styling
*/
/*
* MEDIA QUERIES
* Breakpoints for responsive sites
*/
/*
* Breakpoint debugging
*/
/*
* 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-featured-carousel .featured__header {
  display: flex;
  justify-content: space-between;
}
.block-featured-carousel .featured__header__title {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 500;
  margin-bottom: var(--wp--preset--spacing--medium);
}
.block-featured-carousel .featured__meta {
  margin: var(--wp--preset--spacing--x-small) 0;
}
.block-featured-carousel .featured__meta time {
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 500;
}
.block-featured-carousel .featured__image {
  aspect-ratio: 16/9;
  margin-bottom: var(--wp--preset--spacing--x-small);
}
.block-featured-carousel .featured__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.block-featured-carousel .featured__title {
  font-size: var(--wp--preset--font-size--normal-medium);
}
.block-featured-carousel .swiper-arrows__inner .swiper-button-prev,
.block-featured-carousel .swiper-arrows__inner .swiper-button-next {
  margin: 0;
}
.block-featured-carousel .swiper-arrows__inner .swiper-button-prev[disabled],
.block-featured-carousel .swiper-arrows__inner .swiper-button-next[disabled] {
  opacity: 0.2;
}/*# sourceMappingURL=block-featured-carousel.css.map */