.latest-documents {
  list-style: none;
  margin: 0;
  padding: 0;
}
.latest-documents li {
  margin: 0 0 var(--wp--preset--spacing--small) 0;
  padding: 0 0 var(--wp--preset--spacing--small) 0;
  border-bottom: rgba(130, 156, 186, 0.25) 1px solid;
}
.latest-documents li:last-child {
  border-bottom: 0;
}
.latest-documents a {
  display: block;
  min-height: 46px;
  padding: 0 0 0 55px;
  position: relative;
}
.latest-documents a svg {
  position: absolute;
  top: 2px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #14A38B;
  padding: 8px;
}
.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: #0F2F5A;
}
.latest-documents a:hover svg path.rect, .latest-documents a:active svg path.rect, .latest-documents a:focus svg path.rect {
  fill: #0F2F5A;
}
.latest-documents .meta {
  display: block;
  font-size: 1.4rem;
  margin: 0 0 0.3ch 0;
  color: #2B5A91;
}
.latest-documents h3 {
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 500;
  margin: 0;
  color: #262B2F;
  position: relative;
  transition: color 0.25s ease-in-out;
}/*# sourceMappingURL=block-latest-documents.css.map */