/* Confirmed Bashi QLD leadership directory — final corrected roster. */
.team-portrait { aspect-ratio: 4 / 5 !important; }
.team-photo { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.team-card[data-team-status="vacant"] .team-portrait,
.portrait-unavailable { background: #f2f4ef; }
.portrait-vacant .vacancy-symbol { font-size: 36px; font-weight: 400; line-height: 1; opacity: .65; }
.team-person-name.vacant { color: #526356; }
.team-role-note { margin: 9px 0 0; font-size: 12px; line-height: 1.35; color: #526356; font-weight: 600; }
.team-grid-five { grid-template-columns: repeat(5,minmax(0,1fr)); }
@media (max-width: 1180px) { .team-grid-five { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 1000px) { .team-grid-five { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 359px) { .team-grid-five { grid-template-columns: 1fr; } }
