/* Home mission + management team（與 html/index.html 一致：桌面 md+ 一行三欄） */

.mission-team-module .team-card {
  background: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  height: 100%;
}

@media (min-width: 768px) {
  .mission-team-module .team-card {
    margin-bottom: 0;
  }
}

.mission-team-module .team-img-placeholder {
  height: auto;
  overflow: hidden;
  background-color: #eee;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
}

.mission-team-module .team-body {
  padding: 1.25rem;
}

.mission-team-module .team-name {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

/* .mission-team-module .team-role {
  font-size: 0.9rem;
  color: var(--brand-red, #c04e46);
  margin-bottom: 0.75rem;
} */
