/**
 * @file
 * Visual styles for Style+'s reading time component.
 */
.reading-time {
  font-size: 12px;
  line-height: 1.2;
}
.reading-time span {
  color: #232323;
}
