.block-file-list__item {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-bottom: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
.block-file-list__item:hover, .block-file-list__item:active, .block-file-list__item:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.block-file-list__item:last-of-type {
  margin-bottom: 20px;
}
.block-file-list__item::after {
  content: "\f019";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 1.125rem;
  line-height: 1;
  font-size: 24px;
  margin-left: auto;
  line-height: 24px;
  color: #000;
}
.block-file-list--admin .block-file-list__item::after {
  display: none;
}

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