.cad-list {
  article {
    .title {
      font-size: 17pt;
      font-family: $iosevka;
      font-weight: bold;
      padding: 0.3rem 0;
      display: block;
    }
    time {
      color: rgb(160, 155, 166);
      display: block;
      font-size: $text-small;
    }
    .license {
      font-size: $text-small;
    }
    margin-bottom: 1.5rem;
  }
}