article.card-phd-student-project {
  border-radius: 30px;

  .card-phd-student-project__title a:after {
    display: block !important;
  }

  .author-label {
    color: #1bba76;

    svg,
    svg path {
      fill: #1bba76;
    }
  }
}

article.card-phd-student-project {
  .year-container {
    dt {
      color: #1bba76;
    }
  }
}

article.card-phd-student-project:hover {
  background-color: #e9f0ed;
  border-color: #1bba76;

  h3 a span{
    color: #1bba76;
  }

  .supervisors-container {
    border-color: #1bba76;
  }

}
