.haldu-recruiter-card.apply-block {
	box-sizing: border-box;
}

.haldu-recruiter-card .applyright {
	font-weight: 600;
	margin-bottom: 12px;
}

.haldu-recruiter-card .haldu-recruiter-photo {
	margin-bottom: 12px;
}

/* Salient (.row .col img) zet anders max-width:100% + width:auto → foto vult de kolom */
.row .col .apply-block.haldu-recruiter-card .haldu-recruiter-photo img,
.apply-block.haldu-recruiter-card .haldu-recruiter-photo img {
	width: 100px !important;
	height: 100px !important;
	max-width: 100px !important;
	min-width: 0;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	margin-bottom: 0;
}

.haldu-recruiter-card .recruitername {
	margin-bottom: 12px;
	line-height: 1.4;
}

.haldu-recruiter-card .haldu-recruiter-contact {
	margin-bottom: 8px;
}

.haldu-recruiter-card .haldu-recruiter-contact a {
	color: #202833;
	text-decoration: none;
}

.haldu-recruiter-card .haldu-recruiter-contact a:hover {
	text-decoration: underline;
}

.haldu-recruiter-card .haldu-recruiter-contact i {
	color: #389feb;
	margin-right: 6px;
}