/* Text-first cards: portraits take space only after an approved real image is added. */
.bsc-team-v116__leaders,
.bsc-team-v116__specialists { display: grid; gap: 22px; align-items: stretch; }
.bsc-team-v116__leaders { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 22px; }
.bsc-team-v116__specialists { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bsc-team-v116__card { min-width: 0; text-align: start; scroll-margin-top: 140px; }
.bsc-team-v116__leaders .bsc-team-v116__card { border-top: 3px solid #0c8178; }
.bsc-team-v116__label { display: inline-block; color: #326a68; background: #e9f5f1; border-radius: 7px; padding: 4px 10px; margin-bottom: 20px; font-size: 12px; font-weight: 800; }
.bsc-team-v116__card h3 { margin: 0 0 8px; font-size: clamp(21px, 2vw, 28px); }
.bsc-team-v116__card .bsc-team-v116__role { color: #154d55; font-weight: 800; margin: 0 0 14px; }
.bsc-team-v116__card p:last-child { margin-bottom: 0; }
.bsc-team-v116__link { margin-top: 26px; }
.bsc-team-v116__portrait { display: block; width: 112px; height: 112px; object-fit: cover; border-radius: 20px; margin: 0 0 20px; }
@media (max-width: 760px) {
  .bsc-team-v116__leaders,
  .bsc-team-v116__specialists { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .bsc-team-v116__leaders { margin-bottom: 16px; }
}
