  .presentation-link {
      display: flex;
      margin-bottom: 12px;
      align-items: center;
      color: rgb(var(--color-dark-blue));
      font-family: var(--font-family-medium);
      font-size: 15px;
      font-weight: 400;
      text-decoration: none;
      transition: var(--transition-base);
    }

    .presentation-link:hover,
    .presentation-link:focus {
      text-decoration: underline;
    }
    .presentation-link b {
      font-family: var(--font-family-medium) !important;
      font-weight: 500 !important;
    }
    .presentation-icon {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
      margin-right: 7px;
      display: inline-block;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
    }

    .ppt {
      background-image: url(/Content/img/icons/iconography/icon-ppt.png);
    }

    .pdf {
      background-image: url(/Content/img/icons/iconography/icon-pdf.png);
    }

    .download {
      background-image: url(/Content/img/icons/iconography/icon-download.svg);
    }

    .after-word-medium {
      background-image: url(/Content/img/icons/iconography/icon-word.png);
    }

    .after-excel-medium {
      background-image: url(/Content/img/icons/iconography/icon-xls.png);
    }

    .external-icon {
      background-image: url(/Content/img/icons/iconography/icon-download.svg);
    }
