
/* Laureate. Card default */

.laureate-card-def:not(:last-child) {
  margin-bottom: 5rem;
}

.laureate-card-def__authors:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.laureate-card-def__author {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
}

.laureate-card-def__author-preview {
  aspect-ratio: 1;
  overflow: hidden;
}

.laureate-card-def__author-preview:not(:last-child) {
  margin-bottom: 0;
}

.laureate-card-def__author-preview-picture {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.laureate-card-def__author-preview img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.laureate-card-def__author-body {
  flex: 1 1 auto;
  padding-top: 0.625rem;
}

.laureate-card-def__author-name {
  white-space: nowrap;
}

.laureate-card-def__author-name:not(:last-child) {
  margin-bottom: 0.75rem;
}

.laureate-card-def__company:not(:last-child), .laureate-card-def__project-title:not(:last-child) {
  margin-bottom: 0.375rem;
}

.laureate-card-def__project-title {
  max-width: 395px;
}

.laureate-card-def__project-title-link::after {
  content: '';
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
   margin-left: 0.5rem;
}

@media (min-width: 768px) {
  .laureate-card-def__authors {
    display: grid;
    gap: 2.5rem 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .laureate-card-def__authors:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .laureate-card-def__author-preview {
    max-width: 270px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .laureate-card-def__author-body {
    padding-top: 1rem;
  }

  .laureate-card-def__company:not(:last-child), .laureate-card-def__project-title:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .laureate-card-def__author-body {
    padding-top: 1.375rem;
  }

  .laureate-card-def__company:not(:last-child), .laureate-card-def__project-title:not(:last-child) {
    margin-bottom: 1.375rem;
  }
}

.laureate-card-def__author-name {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.laureate-card-def__company, .laureate-card-def__project-title {
  font-weight: 400;
  line-height: 1.2;
}

.laureate-card-def__project-title-link {
  text-decoration: none;
}

.laureate-card-def__project-title-link::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='%23dc3545'%3e%3cpath d='M10.12 2.42L1.02002 11.52L0 10.5L9.10001 1.4H4.52002V0H11.52V7H10.12V2.42Z'/%3e%3c/svg%3e");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .laureate-card-def__company, .laureate-card-def__project-title {
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .laureate-card-def__company, .laureate-card-def__project-title {
    font-size: 1rem;
  }
}

.laureate-card-def__project-title-link:not(:hover):not(:focus-visible) {
  color: inherit;
}
