  .et-wrap { padding: 1.5rem 0; }
  .et-section-label { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #999; margin: 0 0 10px; }
  .et-card { background: #fff; border: 1px solid #ffe5d0; border-radius: 12px; padding: 1rem 1.25rem; display: flex; align-items: flex-start; gap: 14px; }
  .et-card + .et-card { margin-top: 10px; }
  .et-avatar { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 13px; flex-shrink: 0; }
  .et-avatar.chief { background: #ff6d12; color: #fff; }
  .et-avatar.managing { background: #ff8f45; color: #fff; }
  .et-avatar.member { background: #fff3ec; color: #c94e00; }
  .et-name { font-size: 14px; font-weight: 600; color: #1a1a1a; margin: 0 0 2px; line-height: 1.3; }
  .et-inst { font-size: 12px; color: #666; margin: 0; line-height: 1.4; }
  .et-badge { display: inline-block; font-size: 11px; font-weight: 600; padding: 2px 10px; border-radius: 20px; margin-bottom: 6px; }
  .et-badge.chief { background: #ff6d12; color: #fff; }
  .et-badge.managing { background: #fff3ec; color: #c94e00; border: 1px solid #ffcaa8; }
  .et-divider { border: none; border-top: 1px solid #ffe5d0; margin: 1.5rem 0 1rem; }
  .et-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 10px; }
  .et-card.featured { border-color: #ff6d12; border-width: 1.5px; }
  .et-avatar { position: relative; }
.et-avatar span { position: absolute; }
.et-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0; left: 0;
  border-radius: 50%;
}