.sdg-highlight {
  border-left: 5px solid #2c7be5;
  background: #f8fbff;
  padding: 16px;
  margin: 20px 0;
  border-radius: 8px;
}

.sdg-header {
  font-weight: 600;
  font-size: 16px;
  color: #1f3c88;
  margin-bottom: 10px;
}

.sdg-content {
  text-align: center;
}

.sdg-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.sdg-footer {
  font-size: 13px;
  color: #555;
  margin-top: 10px;
  text-align: center;
}

.et2-wrap {
  padding: 1.5rem 0;
}
.et2-section-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
  margin: 0 0 10px;
}
.et2-card {
  background: #fff;
  border: 1px solid #d0dff5;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.et2-card + .et2-card {
  margin-top: 10px;
}
.et2-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;
  overflow: hidden;
  position: relative;
}
.et2-avatar.chief {
  background: #004aad;
  color: #fff;
}
.et2-avatar.managing {
  background: #1a65c7;
  color: #fff;
}
.et2-avatar.assoc {
  background: #3a7fd4;
  color: #fff;
}
.et2-avatar.member {
  background: #eef3fc;
  color: #003a8a;
}
.et2-avatar span {
  position: relative;
  z-index: 0;
}
.et2-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 1;
  color: transparent;
}
.et2-name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 2px;
  line-height: 1.3;
}
.et2-inst {
  font-size: 12px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}
.et2-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 20px;
  margin-bottom: 6px;
}
.et2-badge.chief {
  background: #004aad;
  color: #fff;
}
.et2-badge.managing {
  background: #eef3fc;
  color: #003a8a;
  border: 1px solid #b0c8ee;
}
.et2-badge.assoc {
  background: #eef3fc;
  color: #003a8a;
  border: 1px solid #b0c8ee;
}
.et2-divider {
  border: none;
  border-top: 1px solid #d0dff5;
  margin: 1.5rem 0 1rem;
}
.et2-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 10px;
}
.et2-card.featured {
  border-color: #004aad;
  border-width: 1.5px;
}
