.team-contact-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  width: 100%;
  max-width: 100%;
}

.team-contact-email {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  max-width: 100%;
  color: #003e51;
  text-decoration: none;
  line-height: 1.35;
}

.team-contact-email:hover,
.team-contact-email:focus-visible {
  opacity: 0.7;
  outline: none;
}

.team-contact-email:focus-visible {
  box-shadow: 0 0 0 2px #e0b47c;
  border-radius: 2px;
}

.team-contact-email-text {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.team-contact-email img,
.team-contact-phone img {
  flex: 0 0 auto;
}

.full-wrapper .team-contact-links {
  margin-top: 0.25rem;
}

@media (max-width: 767px) {
  .team-contact-email-text {
    font-size: 13px;
  }
}
