.lmn-docuement-downloads {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 4rem !important;
}
@media (max-width: 768px) {
  .lmn-docuement-downloads {
    grid-template-columns: 1fr;
  }
}
.lmn-docuement-downloads.is-style-fullwidth {
  grid-template-columns: 1fr;
}
.lmn-docuement-downloads .document-item p {
  margin: 0 !important;
  color: #010035;
}
.lmn-docuement-downloads .document-item p.file {
  opacity: 0.5;
  font-size: var(--wp--preset--font-size--font-16);
}
.lmn-docuement-downloads .document-item a {
  display: flex;
  gap: 4.4rem;
  align-items: center;
  text-decoration: none !important;
}
.lmn-docuement-downloads .document-item a:before {
  content: "";
  opacity: 1;
  z-index: 1;
  min-width: 32px;
  height: 32px;
  display: inline-block;
  transition: all ease-in-out 0.25s;
  background-size: contain;
  background-repeat: no-repeat;
}
.lmn-docuement-downloads .document-item.document-item--file a::before {
  background-image: url(../../../assets/images/theme/icon-download.svg);
}
.lmn-docuement-downloads .document-item.document-item--file a:hover::before {
  background-image: url(../../../assets/images/theme/icon-download-fill.svg);
}
.lmn-docuement-downloads .document-item.document-item--external a::before {
  transform: rotate(320deg);
  background-image: url(../../../assets/images/theme/icon-arrow-right.svg);
}
.lmn-docuement-downloads .document-item.document-item--external a:hover::before {
  background-image: url(../../../assets/images/theme/icon-arrow-right-fill.svg);
}
.lmn-docuement-downloads .document-item.document-item--video a::before {
  background-image: url(../../../assets/images/theme/icon-video.svg);
}
.lmn-docuement-downloads .document-item.document-item--video a:hover::before {
  background-image: url(../../../assets/images/theme/icon-video-fill.svg);
}
.lmn-docuement-downloads.left_border {
  gap: 1.6rem;
}
.lmn-docuement-downloads.left_border .document-item a {
  gap: 0;
}
.lmn-docuement-downloads.left_border .document-item a > div {
  margin-left: 2.4rem;
  padding-left: 2.4rem;
  border-left: 1px solid rgba(1, 0, 53, 0.1);
}
.lmn-docuement-downloads.left_border_light {
  gap: 1.6rem;
}
.lmn-docuement-downloads.left_border_light .document-item a {
  gap: 0;
}
.lmn-docuement-downloads.left_border_light .document-item a > div {
  margin-left: 2.4rem;
  padding-left: 2.4rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.lmn-docuement-downloads.dark-mode .document-item a,
.lmn-docuement-downloads.dark-mode .document-item p {
  color: #fff;
}
.lmn-docuement-downloads.gap16 .document-item a {
  gap: 16px !important;
}/*# sourceMappingURL=block-downloads.css.map */