/*
* 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-latest-document .latest-document-item {
  background: var(--wp--preset--color--secondary);
  color: #fff;
}
.block-latest-document .latest-document-item .image-holder {
  height: 200px;
  display: inline-block;
  width: 100%;
}
.block-latest-document .latest-document-item .image-holder img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.block-latest-document .latest-document-item .inner-content {
  padding: 2rem;
}
.block-latest-document .latest-document-item a,
.block-latest-document .latest-document-item h3 {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
}
.block-latest-document .latest-document-item a:hover,
.block-latest-document .latest-document-item h3:hover {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.block-latest-document .latest-document-item span {
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fff;
}/*# sourceMappingURL=block-latest-document.css.map */