/* job-detail: styles are inherited from reused blocks (header, text-2c, enum, text, cta) */
.infoCtn {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 10px;
}
.infoCtn span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.infoCtn span img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.infoCtn.fullwidth-first-row > span:first-child {
	width: 100%;
}
.btnCtn {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 30px;
}