.card-phd-student-project.card-phd-student-project.card-phd-student-project {
  --bs-card-bg: #fff;
  border: 1px solid var(--bs-border-color);

  &:hover {
    transform: scale(1.01);

    .title-container {
      span {
        color: var(--bs-primary);
      }
    }
  }

  .collaboration-container {
    dt {
      color: #888;
    }

    dd {
      font-weight: 400;
    }
  }

  .year-container {
    dt {
      color: var(--bs-primary);
      font-size: 1.25rem;
    }
  }

  .author-label {
    color: var(--bs-primary);

    svg {
      fill: currentColor;
    }
  }

  .title-container {
    span {
      font-weight: 400;
    }
  }
}
