/* #TODO: find and update the source styles */

.Team .TeamItem__modal{
  background-color: rgba(0, 0, 0, 0.25);
}

button.TeamItem__close:before {
  visibility: hidden;
}

button.TeamItem__close{
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: var(--font-size-large);
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
}

.TeamItem__name {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-light);
  color: var(--color-grey-200);
  font-family: var(--font-family-heading);
  line-height: 1.4;
}
}