.asset-group-header h3,
.view-all h3 {
  font-size: 0.9rem;
  text-transform: uppercase;
}

.asset-group-header a,
.view-all a {
  color: #cc4e00;
}

.pages-needing-block,
.pages-needing-block a {
  font-size: 0.8rem;
  font-weight: bold;
}

.project-progress {
  font-size: 0.8rem;
}

.project-details h2.card-title {
  color: #0592a5;
  font-weight: bold;
}

.link-pdf {
  background: transparent url(/modules/custom/transcribr/dist/img/transcription-tools-button-pdf.png) no-repeat -10px 50%;
  padding-left: 20px;
}

.difficulty {
  font-size: 0.9rem;
}
.difficulty .difficulty-off {
  background-color: #e0e0e0;
  width: 10px;
  margin-right: 2px;
  display: inline-block;
  height: 17px;
  vertical-align: middle;
}
.difficulty .difficulty-on {
  background-color: #00A3D8;
  width: 10px;
  margin-right: 2px;
  display: inline-block;
  height: 17px;
  vertical-align: middle;
}

.project-details #read-more-toggle {
  margin-top: -1rem;
}
