.phd-student-project-awarded {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  pointer-events: none;
}

.phd-student-project-awarded__label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.phd-student-project-awarded--label-on-dark .phd-student-project-awarded__label {
  color: #ffffff;
}

.phd-student-project-awarded--label-on-light .phd-student-project-awarded__label {
  color: #262626;
}

.phd-student-project-awarded__cockade {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 1.75rem;
  height: 2.5rem;
  padding-bottom: 0.35rem;
  background-color: #1bba76;
  border-radius: 0 0 0.875rem 0.875rem;
  flex-shrink: 0;
}

.phd-student-project-awarded__star {
  width: 0.875rem;
  height: 0.875rem;
  fill: #ffffff;
  color: #ffffff;
}

.phd-student-project-awarded__star use {
  fill: #ffffff;
}
