/* Portable structure; the active theme owns Cosma's visual treatment. */
.cosma-team-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3rem; }
.cosma-team-photo { display: block; width: 100%; height: auto; }
.cosma-team-identity { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.cosma-team-member { min-width: 0; }
.cosma-team-linkedin { flex-shrink: 0; }
@media (max-width: 781px) { .cosma-team-list { grid-template-columns: 1fr; } }
