.file-icon {
  font-size: 9px;
  color: #fff;
  display: inline-block;
  width: 18px;
  height: 22px;
  background: #273A78;
  position: relative;
  border-radius: 2px;
  text-align: left;
  font-weight: 700;
  overflow: hidden;
  text-overflow: clip;
  -webkit-font-smoothing: antialiased;
}

.file-icon::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom-left-radius: 2px;
  border-width: 3px;
  border-style: solid;
  border-color: #fff #fff rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.35);
}

.file-icon::after {
  display: block;
  content: attr(data-type);
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  color: #fff;
  text-transform: lowercase;
  width: 100%;
  padding: 2px;
  white-space: nowrap;
  overflow: hidden;
}

.download-files {
  margin-top: 1rem;
}

.download-files__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media (min-width: 900px) {
  .download-files__title {
    max-width: 18rem;
  }
}

.download-files__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.download-files__item {
  padding-left: 30px;
  position: relative;
}

.download-files__item .file-icon {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 2px;
}

/*# sourceMappingURL=downloadables.css.map */
