body, html {
 
  overflow-x: hidden; /* Hide horizontal scrollbar */
}

/* Division */
#ja-jobs-widget div .job{
	background-color:#ffffff;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	padding-left:50px;
	padding-right:50px;
	padding-top:50px;
	padding-bottom:50px;
}

/* Link */
#ja-jobs-widget .title a{
	font-family:Georgia,Times,'Times New Roman',serif;
	color:#008390;
	font-weight:600;
}

/* List */
#ja-jobs-widget div ul{
	padding-left:0px;
	font-family:'Inter', sans-serif;
	font-weight:500;
}

/* Paragraph */
#ja-jobs-widget div p{
	font-family:'Inter', sans-serif;
}

/* Link */
#ja-jobs-widget .job:nth-child(1) a:nth-child(4){
	background-color:#f88379;
	background-image:none;
	border-style:none;
	color:#ffffff;
	font-family:'Inter', sans-serif;
	box-shadow:none;
	text-shadow:none;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;
	font-size:16px;
	padding-right:20px;
	padding-left:20px;
	padding-top:8px;
	padding-bottom:8px;
}

/* Title */
#ja-jobs-widget .ja-job-details .title{
	font-family:Georgia,Times,'Times New Roman',serif;
	font-weight:600;
	color:#008390;
}

/* Description */
#ja-jobs-widget .ja-job-details .description{
	font-family:'Inter', sans-serif;
}

/* Button */
.ja-job-details .apply input[type=button].ja-button{
	background-color:#008390;
	background-image:none;
	text-shadow:none;
	font-size:20px;
	color:#ffffff;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;
	font-family:'Inter', sans-serif;
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
	border-style:none;
	box-shadow:none;
}

/* Back link */
.ja-job-details .apply .back-link{
	font-family:'Inter', sans-serif;
	color:#000000;
	
}

/* Back link */
.elementor .elementor-element .e-con-inner .elementor-widget-html #ja-jobs-widget .ja-job-details .apply .back-link{
	text-decoration:underline !important;
}

