.team-card-content {
  min-width: 0;
}

.team-whatsapp {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #176b45;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.team-whatsapp::before {
  content: "WA";
  display: inline-grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 50%;
  background: #1f8f5f;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0;
}

.team-whatsapp:hover,
.team-whatsapp:focus-visible {
  color: #0f5033;
  text-decoration: underline;
}
