#user-results .team-member img {
	width: 100%;
	height: 280px !important; /* Burayı temanın yüksekliğine göre ayarla */
	object-fit: cover;
	border-bottom: 1px solid #eee;
}

#user-results .team-member .body {
	min-height: 120px; /* Metin alanlarını eşitlemek için */
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 767px) {
	/* Butonun içindeki gereksiz genişlemeyi durdurur */
	#search-form .btn-animated {
		min-width: 40px !important; /* Temanın zorladığı genişliği kırar */
		padding: 0 15px !important; /* İç boşluğu daraltır */
		height: 34px; /* Form inputları ile eşitleme (Gerekirse 38px yap) */
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	/* Animasyon efektinin mobilde butonu patlatmasını engeller */
	#search-form .btn-animated:after {
		display: none !important;
	}

	/* Input ve Select boylarını butonla aynı seviyeye getirir */
	#search-form .form-control {
		height: 34px !important;
		padding: 5px 10px !important;
	}
}
