/* Our Team Page Specific Styles */

/* No custom .team-intro needed anymore! 
   We now use .intro-card section-container from common.css */

/* No custom .our-team-tile needed anymore! 
   We use .content-card-wrapper section-container from common.css */

/* Only override styling for individual team item cards if needed */
.item-card h3 {
  color: var(--color-link);
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  font-size: 1.25rem;
}

.item-card ul {
  padding-left: 1.2rem;
  margin-top: 1rem;
}

.item-card ul li {
  margin-bottom: 0.5rem;
}

