.ambassadors-block .ambassadors__title {
  margin-bottom: 40px;
  margin-top: 40px;
}

.ambassadors-block .ambassadors__teasers {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.ambassadors-block .ambassadors__teasers .field--item {
  /* flex-basis: 170px; */
  /* max-width: 300px; */
  flex-basis: 240px;
  min-width: 200px;
  max-width: 399px;
  flex: 1;
}

.ambassadors-block .teaser-item__inner {
  /* background: #fff; */
  /* border: 1px solid #eef4f5; */
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  /* flex-direction: column; */
}

.ambassadors-block img {
  margin: 0px 0 auto 0px;
  border-radius: 100%;
  width: 60px;
  min-width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  object-fit: cover;
  background-color: var(--color-ink-terface-5);
}
.ambassadors-block .teaser__image-empty {
  background-color: transparent;
  width: 56px;
  min-width: 56px;
  height: 56px;
  margin-right: 2px;
  margin-left: 2px;
}

.ambassadors-block .teaser__social {
  display: flex;
  gap: 8px;
  margin: 6px 0px 0px 0px;
  /* height: 42px; */
  justify-content: center;
}

.ambassadors-block .teaser__social .social__wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* background: var(--color-ink-terface-6); */
  /* background-color: white; */
  /* border: 1px solid var(--color-ink-terface-5); */
  border-radius: 6px;
}

.ambassadors-block .teaser__social .social__wrapper:hover {
  /* background: #eef4f5; */
}

.ambassadors-block .teaser__social a {
  font-size: 0;
  display: block;
  width: 24px;
  height: 24px;
  padding: 4px 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

.ambassadors-block .teaser__social [href*="linkedin"] {
  background-image: url("../../resources/icons/linkedin-rounded-red.svg");
}

.ambassadors-block .teaser__social [href*="facebook"] {
  background-image: url("../../resources/icons/facebook-red.svg");
}

.ambassadors-block .teaser__social [href*="instagram"] {
  background-image: url("../../resources/icons/instagram-red.svg");
}

.ambassadors-block .teaser__social [href*="twitter"] {
  background-image: url("../../resources/icons/twitter-red-filled.svg");
}

.ambassadors-block .teaser__social [href*="github"] {
  background-image: url("../../resources/icons/github-red.svg");
}

.ambassadors-block .teaser__content {
  padding: 0px 0px 0px 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  /* justify-content: space-around; */
}

.ambassadors-block .teaser__title {
  margin: 0 0 3px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  /* line-height: 120%; */
  color: #003187;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* height: 40px; */
}

.ambassadors-block .teaser__position {
  font-weight: 400;
  font-size: 12px;
  color: #515b6b;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 3px;
  /* height: 34px; */
}

.ambassadors-block .teaser__organisation {
  font-weight: 600;
  font-size: 10px;
  color: #515b6b;
  margin: 0 0 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
