.bio-image-container {
	margin-top: 20px;
	margin-bottom: 20px;
}

.main-image {
	margin-bottom: 15px;
}

.main-image img {
	width: 100%;
	border-radius: 5px;
}

.thumbnail-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.thumbnail {
	width: 80px;
	height: 80px;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 5px;
	overflow: hidden;
}

.thumbnail.active {
	border-color: #013549;
}

.thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.job-title {
	font-size: 1.2em;
	color: #666;
	margin-bottom: 20px;
}

.back-link {
	margin-top: 30px;
}
