
/* Version 60 – Team alignment fix */

/* Restore normal image behavior outside gallery */
img{
display:inline-block;
}

/* Ensure team images stay centered */
.team img,
.team-member img,
.team-card img{
display:block;
margin:0 auto;
}

/* Keep gallery optimization only inside gallery */
.gallery img{
display:block;
aspect-ratio:4/3;
object-fit:cover;
margin:auto;
}
