.collaboration-category-view .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.collaboration-category-view .card__date {
  font-family: "Montserrat", foco, sans-serif;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 100%;
  color: #474747;
  margin-bottom: 15px;
}
.collaboration-category-view .card__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0;
}
.collaboration-category-view .card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #003366;
  flex-shrink: 0;
}
.collaboration-category-view .card__body {
  margin-bottom: 25px;
}
.collaboration-category-view .card .field--name-body {
  margin-bottom: 1.25rem;
}
.collaboration-category-view .card .material-icons,
.collaboration-category-view .card .material-icons-outlined,
.collaboration-category-view .card .material-icons-round {
  width: 17px;
  height: 21px;
  font-size: 24px;
  color: #003764 !important;
}
.collaboration-category-view .card__title {
  font-family: "quicksand", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  margin: 0;
}
.collaboration-category-view .card__button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #003366;
  color: #fff !important;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem 2.5rem;
  border-radius: 999px;
  transition: background 0.2s ease;
}
.collaboration-category-view .card__button-icon {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff !important;
}
.collaboration-category-view .card.teaser .card__date {
  font-weight: 500;
}
.collaboration-category-view .card.teaser .card__title {
  font-weight: 700;
  font-size: 20px;
  font-family: "Montserrat", foco, sans-serif;
}
.collaboration-category-view .card.teaser .card__header {
  margin-bottom: 15px;
}
.collaboration-category-view .card.teaser .btn_primary {
  width: 186px;
  justify-content: space-between;
}
.collaboration-category-view .card.teaser .material-symbols-sharp,
.collaboration-category-view .card.teaser .material-symbols-outlined {
  color: #003764;
}
.collaboration-category-view .view-collaboration-and-projects:has(> .view-content > .views-row:nth-child(2):last-child) .views-row .card__header {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.collaboration-category-view .view-collaboration-and-projects:has(> .view-content > .views-row:nth-child(2):last-child) .views-row .card__header .card__title {
  margin-left: 10px;
}
/*# sourceMappingURL=public-calls-teaser.css.map */
