/* team teaser (SDC: team-teaser) */
.team-teaser {
  background: #f6f7f2;
  border-radius: 1rem;
  padding: 1.5rem;
  height: 100%;
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative;
  border: 1px solid #e7eae2;
}
.team-teaser:hover {
  color: inherit;
  text-decoration: none;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  box-shadow: 0 1rem 3rem rgba(16, 20, 49, 0.14);
  border: 1px solid rgba(41, 51, 123, 0.3);
}
.team-teaser a:hover {
  text-decoration: none;
}
.team-teaser__badges {
  position: relative;
  width: 50px;
}
.team-teaser__badges .badge-status--dot-only {
  position: absolute;
  left: 21px;
  top: -8px;
}
.team-teaser__avatar {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #29337b;
  color: #dfe0eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.team-teaser__name {
  font-family: "Manrope", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.25;
  min-width: 250px;
}
.team-teaser__category {
  font-size: 0.75rem;
  color: rgba(23, 28, 68, 0.85);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.team-teaser__short_name {
  font-family: "Manrope", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #29337b;
}
.team-teaser__location {
  font-size: 0.82rem;
  color: rgba(16, 20, 49, 0.55);
}
.team-teaser__desc {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(16, 20, 49, 0.68);
}

/*# sourceMappingURL=team-teaser.css.map*/