.latest-documents {
  list-style: none;
  margin: 0;
  padding: 0;
}
.latest-documents li {
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 0;
  border-bottom: 1px solid rgba(25, 126, 211, 0.5);
  list-style: none !important;
}
.latest-documents li::marker, .latest-documents li::before {
  display: none;
  content: "" !important;
}
.latest-documents a {
  display: block;
  min-height: 46px;
  padding: 0 8rem 0 0;
  position: relative;
}
.latest-documents a::after {
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg width='44' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'><rect y='.507' width='44' height='44' rx='5' fill='%23197ED3' fill-opacity='.2'/><path d='M32.414 23.462a1.353 1.353 0 0 0 0-1.913l-6.756-6.756a1.353 1.353 0 0 0-1.913 1.913l4.45 4.45H12.543a1.35 1.35 0 0 0-1.352 1.352 1.35 1.35 0 0 0 1.352 1.351h15.652l-4.45 4.45a1.353 1.353 0 0 0 1.913 1.913l6.756-6.756v-.004Z' fill='%23054A8C'/></svg>");
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: center;
  width: 44px;
  height: 44px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.latest-documents a:hover::after {
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,	<svg width='44' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'><rect y='.507' width='44' height='44' rx='5' fill='%23044a8c'/><path d='M32.414 23.462a1.353 1.353 0 0 0 0-1.913l-6.756-6.756a1.353 1.353 0 0 0-1.913 1.913l4.45 4.45H12.543a1.35 1.35 0 0 0-1.352 1.352 1.35 1.35 0 0 0 1.352 1.351h15.652l-4.45 4.45a1.353 1.353 0 0 0 1.913 1.913l6.756-6.756v-.004Z' fill='white'/></svg>");
}
.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: #197ED3;
}
.latest-documents .meta {
  display: block;
  font-size: var(--wp--preset--font-size--font-16);
  margin: 0 0 0.3ch 0;
  color: #000;
}
.latest-documents h3 {
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 600;
  margin: 0;
  color: #054A8C;
  position: relative;
  transition: color 0.25s ease-in-out;
}/*# sourceMappingURL=block-latest-documents.css.map */