/* Team section cards (scoped) */

#team .vca-team-cards {
  margin: 0;
}

#team .vca-team-card {
  height: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-color: rgba(var(--bs-white-rgb), 0.25);
}

#team .vca-team-card-body {
  color: #fff;
}

#team .vca-team-card-body a {
  color: inherit;
  text-decoration: underline;
}

#team .vca-team-card-body a:hover {
  color: inherit;
  text-decoration: none;
}

#team .vca-team-media {
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-color: rgba(var(--bs-white-rgb), 0.25);
  border-radius: 0.375rem;
  background-color: rgba(255, 255, 255, 0.08);
  background-color: rgba(var(--bs-white-rgb), 0.08);
}

#team .vca-team-media-inner {
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

#team .vca-team-media-inner img
{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

#team .vca-team-media-icon {
  font-size: 2.5rem;
  opacity: 0.5;
}
