.webcrema-team-member {
  text-align: center;
  background: #fff;
  height: 100%;
}

.webcrema-team-member__image {
  overflow: hidden;
  position: relative;
  aspect-ratio: var(--webcrema-aspect-ratio, 4 / 3);
}

.webcrema-team-member:hover .webcrema-team-member__image img {
  transform: scale(1.06);
}

.webcrema-team-member__image img {
  width: 100% !important;
  object-fit: cover;
  display: block;
  height: auto;
  margin: 0 auto;
  transition: transform 0.4s ease;
  transform-origin: center;
  will-change: transform;
}

.webcrema-team-member__content {
  padding: 1.5rem;
}

.webcrema-team-member__content ul {
  margin-bottom: 1rem;
}

.webcrema-team-member__name {
  font-size: var(--text-lg-font-size) !important;
  font-weight: 600;
  color: #23324a;
  margin-bottom: 4px;
}

.webcrema-team-member__position {
  color: hsl(var(--gold));
  font-size: var(--text-sm-font-size);
  line-height: var(--text-sm-line-height);
  margin-bottom: 10px;
}

.webcrema-team-member__text {
  font-size: var(--text-sm-font-size);
  line-height: var(--text-sm-line-height);
  color: #5f6f88;
}

.webcrema-team-member__text li {
  font-size: var(--text-sm-font-size);
  line-height: var(--text-base-line-height);
  margin-top: 0.5rem;
}

.webcrema-team-member.align-left {
  text-align: left;
}

.webcrema-team-member.align-center {
  text-align: center;
}

.webcrema-team-member__cta {
  margin-top: 12px;
}

.webcrema-team-member__cta a {
  font-size: var(--text-sm-font-size);
  line-height: var(--text-base-line-height);
  letter-spacing: 0px;
}

.webcrema-contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  color: #5f6f88;
  transition: color 0.25s ease;
  line-height: 1;
}

.webcrema-contact-link:hover {
  color: hsl(var(--gold));
}

.webcrema-contact-link__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(8px);
}

.webcrema-contact-link__icon img {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
  margin: 0;
}

.webcrema-contact-link__text {
  line-height: 1.4;
  display: inline-block;
}

.webcrema-team-member__image-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: hsl(var(--gold) / 0.6);
  background: #f3f2ef;
}

.webcrema-team-member__initials {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: serif;
  line-height: 1;
}

.webcrema-team-member__image-fallback-text {
  color: hsl(var(--muted-foreground));
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: var(--text-xs-font-size);
  line-height: var(--text-xs-line-height);
}
