.judul {
	font-size: 20px;
	font-weight: 500;
}

.doctor-results {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.pagination {
	text-align: center;
	margin-top: 20px;
}

.pagination button {
	background: #9cc730;
	color: white;
	border: none;
	padding: 8px 16px;
	margin: 0 4px;
	border-radius: 40px;
	cursor: pointer;
}

.doctor-img-wrapper {
	width: 200px;
	height: 200px;
	margin: 0 auto 10px;
	border-radius: 10px;
	overflow: hidden;
	background: #f2f2f2;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}