.c-download-listing__item {
  border-top: 2px solid #8067A2;
  display: block;
  padding: 17.6087px 0;
  width: 100%; }
  .c-download-listing__item .file a {
    align-items: center;
    display: flex;
    font-weight: 600;
    text-decoration: none;
    vertical-align: middle; }
    .c-download-listing__item .file a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e905";
      background-color: #8067A2;
      border-radius: 50%;
      box-sizing: border-box;
      color: #fff;
      display: inline-block;
      font-size: 25px;
      height: 50px;
      margin-right: 17.6087px;
      padding: 14px;
      text-align: center;
      vertical-align: middle;
      width: 50px; }
