.search-candidate {
	width: 100%;
}

.search-candidate > div:first-child {
	background: white;
	border-radius: 0.5rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 1.5rem;
	border: 1px solid #e5e7eb;
}

.search-candidate > div:last-child {
	background: white;
	border-radius: 0.5rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 1.5rem;
	border: 1px solid #e5e7eb;
	margin-top: 2rem;
}
