/* Black/white MAG team accents; board, portal and gallery cards are unchanged. */
.svh-mag-heritage #mag-team .svh-eyebrow{color:#555}
.svh-mag-team-filters{display:grid;gap:7px;width:100%;max-width:360px;margin:24px 0 12px}
.svh-mag-team-filters[hidden]{display:none}
.svh-mag-team-filters label{color:#595959;font:inherit;font-size:13px;font-weight:600}
.svh-mag-team-filters select{display:block;box-sizing:border-box;width:100%;max-width:100%;min-width:0;min-height:48px;padding:11px 14px;border:1px solid #d0d0d0;border-radius:14px;background:#f4f4f4;color:#242424;font:inherit;font-size:16px;font-weight:650;cursor:pointer}
.svh-mag-team-filters select:focus-visible{outline:3px solid #343434;outline-offset:4px}
.svh-mag-heritage .svh-mag-team-count{margin:0 0 20px;color:#666;font-size:14px}
.svh-mag-people{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.svh-mag-person{display:grid;grid-template-columns:110px minmax(0,1fr);align-items:center;gap:16px;min-width:0;padding:16px;border:1px solid #fff;border-radius:22px;background:linear-gradient(145deg,#fffffff2,#f3f5f8c9);box-shadow:inset 0 1px 0 #fff,0 16px 42px #20202012;text-align:left}
.svh-mag-person[hidden]{display:none}
.svh-mag-person__portrait{display:grid;place-items:center;width:110px;height:130px;border-radius:16px;background:#f3f3f3;overflow:hidden;box-sizing:border-box}
.svh-mag-person__copy{min-width:0}
.svh-mag-person__portrait span{font-size:30px;font-weight:800;letter-spacing:-.04em;color:white}
.svh-mag-person__portrait img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 20%}
.svh-mag-person__portrait img.svh-mag-person__placeholder{object-fit:contain;object-position:center;padding:12px;box-sizing:border-box}
.svh-mag-heritage .svh-mag-person h3{margin:0 0 8px;color:#191919;font-size:20px;line-height:1.25;font-weight:800;overflow-wrap:anywhere}
.svh-mag-person__roles{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:6px;padding:0!important;margin:0!important;list-style:none}
.svh-mag-person__roles li{margin:0;padding:6px 10px;border-radius:12px;background:#eaeaea;color:#414141;font-size:12px;line-height:1.4;overflow-wrap:anywhere}
.svh-mag-editor [data-mag-portrait] img{width:90px;height:90px;border-radius:50%;object-fit:cover;margin-top:12px}
.svh-mag-editor [data-mag-portrait] .button{margin:4px 4px 0 0}
@media(min-width:621px) and (max-width:1100px){.svh-mag-people{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.svh-mag-people{grid-template-columns:1fr;gap:16px}.svh-mag-person{grid-template-columns:85px minmax(0,1fr);gap:14px;padding:14px}.svh-mag-person__portrait{width:85px;height:105px;border-radius:14px}.svh-mag-heritage .svh-mag-person h3{font-size:19px}.svh-mag-person__roles li{font-size:12px;padding:5px 7px}}
