  .presentation-link {
  display: flex;
  margin-bottom: 20px;
  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-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);
}

.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);
}
