.single_job_listing .company .name {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
}

.single_job_listing .company .name .company-contact-links {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1em;
	margin-left: auto;
}

.single_job_listing .company .name .company-contact-links a {
	float: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 0;
	line-height: 1;
}

.single_job_listing .company .name .company-contact-links a.website {
	gap: 2px;
	width: auto;
	height: auto;
}

.single_job_listing .company .name .company-contact-links a.job-contact-link {
	width: 16px;
	height: 16px;
}

.single_job_listing .company .name .company-contact-links a.job-contact-link i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 16px;
	width: 16px;
	height: 16px;
	line-height: 1;
}

.single_job_listing .company .name .company-contact-links a.website:before,
.single_job_listing .company .name .company-contact-links .company_twitter:before {
	margin: 0 2px 0 0;
	vertical-align: middle;
}
