
.center {margin: 0 auto}
.text-center {text-align:center}

.grid-loadMore {height:100%!important}

/* CLS önleme — card grid profil fotoğrafları */
.card-img-top {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}

/* CLS önleme — fotolari sayfası photo grid */
.row.text-center.text-lg-start .img-thumbnail {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}