.team-page .team-item,
.team-list .team-item,
.team-management .team-item {
  background: transparent !important;
  color: #e8f4fd !important;
}

.team-page .team-item:hover,
.team-page .team-item.active,
.team-list .team-item:hover,
.team-list .team-item.active,
.team-management .team-item:hover,
.team-management .team-item.active {
  background: linear-gradient(90deg, rgba(70, 135, 235, 0.2), rgba(34, 211, 238, 0.08)) !important;
  border-color: rgba(96, 165, 250, 0.28) !important;
  color: #ffffff !important;
  box-shadow: inset 3px 0 0 #48c7ff !important;
}

.team-page .team-item *,
.team-list .team-item *,
.team-management .team-item * {
  color: inherit !important;
}

.team-page .team-item .team-meta,
.team-list .team-item .team-meta,
.team-management .team-item .team-meta {
  color: rgba(184, 213, 255, 0.74) !important;
}
