.file-downloads {
  & .wp-block-file {
    margin-bottom: 16px;

    &:last-child {
      margin-bottom: 0;
    }

    & a {
      display: block;
      position: relative;
      padding-left: 32px;
      padding-top: 3px;
      font-size: 14px;
      line-height: 17.6px;

      &:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 14L11.2929 14.7071L12 15.4142L12.7071 14.7071L12 14ZM13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44771 11 5L13 5ZM6.29289 9.70711L11.2929 14.7071L12.7071 13.2929L7.70711 8.29289L6.29289 9.70711ZM12.7071 14.7071L17.7071 9.70711L16.2929 8.29289L11.2929 13.2929L12.7071 14.7071ZM13 14L13 5L11 5L11 14L13 14Z' fill='%230369B2'/%3E%3Cpath d='M5 16L5 17C5 18.1046 5.89543 19 7 19L17 19C18.1046 19 19 18.1046 19 17V16' stroke='%230369B2' stroke-width='2'/%3E%3C/svg%3E");
      }
      background-repeat: no-repeat;
      background-size: 24px;
      background-position: center;
    }
  }
}
