/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 28 2025 | 13:10:57 */
@media only screen and (max-device-width: 768px) {
	
	.universal_max-width_none {
		max-width: none !important;
	}
	
	.header_mobile_row .fl-col-group {
		flex-wrap: nowrap !important;
	}
	
	.jobs_count, .jobs_count strong {
		justify-content: center;
	}
	
	
}

@media only screen and (max-device-width: 540px) {
	
	.erev_jobs_main_container {
		flex-direction: column;
	}
	
	.erev_jobs_more_info {
		flex-direction: column;
		gap: 0 !important;
	}
	
	.title_and_more_info, .erev_apply_now_btn {
		width: 100% !important;
	}
	
	.erev_apply_now_btn {
		margin-top: 20px;
	}
	
	.erev_jobs_detail_more_info {
		margin-right: 0 !important;
    	flex-direction: column;
	}
	
	#field_2_5 {
    	grid-column: span 12 !important;
	}
	
	
}

@media only screen and (max-width: 768px) and (min-width: 541px) {
	
	.erev_jobs_more_info {
		gap: 0 !important;
    	flex-direction: column;
	}
	
}