.latest-documents {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 2rem;
}
.latest-documents li {
  border-top: 1px solid rgba(154, 194, 117, 0.28);
  margin-bottom: 0;
  padding: 0;
}
.latest-documents li:first-child {
  border-top: 0;
}
.latest-documents a {
  display: block;
  min-height: 46px;
  padding: 2rem 65px 2rem 0;
  position: relative;
}
.latest-documents a svg {
  width: 18px;
  height: 18px;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  position: absolute;
}
.latest-documents a svg path {
  transition: fill 0.25s ease-in-out;
}
.latest-documents a:hover, .latest-documents a:active, .latest-documents a:focus {
  text-decoration: none;
}
.latest-documents a:hover h3, .latest-documents a:active h3, .latest-documents a:focus h3 {
  color: #FF6D00;
}
.latest-documents a:hover svg path.rect, .latest-documents a:active svg path.rect, .latest-documents a:focus svg path.rect {
  fill: #0E1FF5;
}
.latest-documents .meta {
  display: block;
  font-size: var(--wp--preset--font-size--font-16);
  margin: 0 0 0.5rem 0;
  color: white;
  opacity: 0.6;
  font-weight: 300;
}
.latest-documents h3 {
  font-size: 1.9rem;
  font-weight: 300;
  margin: 0;
  color: white;
  position: relative;
  transition: color 0.25s ease-in-out;
}/*# sourceMappingURL=block-latest-documents.css.map */