.file--general,
.file--application-octet-stream,
.file--package-x-generic,
.file--text-x-script,
.file--text-html,
.file--text-plain,
.file--application-x-executable,
.file--audio,
.file--video,
.file--text,
.file--image {
  padding-left: 0;
}

.file--x-office-spreadsheet,
.file--x-office-document,
.file--x-office-presentation,
.file--application-pdf,
.file.application-pdf,
.file-download-msword,
.file-download-vnd\.openxmlformats-officedocument\.spreadsheetml\.sheet,
.file-download-vnd\.openxmlformats-officedocument\.wordprocessingml\.document {
  display: inline-flex;
  background-image: url(../../images/extension-icons.png);
  background-repeat: no-repeat;
  padding-left: 20px;
}

.file--x-office-spreadsheet,
.file-download-vnd\.openxmlformats-officedocument\.spreadsheetml\.sheet {
  background-position: -2px -70px;
}

.file--x-office-document,
.file-download-msword,
.file-download-vnd\.openxmlformats-officedocument\.wordprocessingml\.document {
  background-position: -2px -49px;
}

.file--x-office-presentation {
  background-position: -2px -24px;
}

.file--application-pdf,
.file.application-pdf {
  background-position: -2px -2px;
}
