.pdfListItem:not(:last-of-type) {
  margin: 0 0 20px;
}

.pdfListLink {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  color: inherit;
  padding: 15px;
  border-radius: 7px;
}
.pdfListLink::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url(../../../images/pdf.svg);
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .pdfListLink {
    padding: 15px 25px;
    border-radius: 10px;
  }
  .pdfListLink::before {
    width: 25px;
    margin: 0 16px 0 0;
  }
}

/*# sourceMappingURL=index.css.map*/