/**
 * Teamtailor Jobs Elementor widget — layout/visual parity with Decade Jobs
 * (copied from plugins/dkd-elementor-addon/assets/style-widget.css decade jobs + tz-jobs blocks).
 *
 * @package HelloElementorChild
 */

/* Base card styles (global .dkd-single-post.tz-jobs from plugin) */
.elementor-element-teamtailor_jobs .dkd-single-post.tz-jobs {
	background-color: #ffca2e;
}
.elementor-element-teamtailor_jobs .dkd-single-post.tz-jobs:hover {
	background-color: #fff;
}
.elementor-element-teamtailor_jobs .dkd-single-post.tz-jobs .post-title {
	margin: 0;
	text-align: center;
	font-size: 18px;
}
.elementor-element-teamtailor_jobs .dkd-single-post.tz-jobs .job-apply {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.elementor-element-teamtailor_jobs .dkd-single-post.tz-jobs .job-apply a {
	border-radius: 5px;
	text-transform: uppercase;
	background: #fff;
	font-weight: 600;
	font-size: 18px;
	padding: 14px 10px;
	display: inline-block;
	text-decoration: none;
}
.elementor-element-teamtailor_jobs .dkd-single-post.tz-jobs:hover .job-apply a {
	background: #ffca2e;
	color: #0b2c43;
}

/* Elementor-scoped (plugin decade_jobs block) */
.elementor-element-teamtailor_jobs .dkd-single-post.tz-jobs .post-title h2 {
	color: #0b2c43;
	font-family: "Nexa", Sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.elementor-element-teamtailor_jobs .dkd-single-post.tz-jobs .post-title a {
	color: inherit;
	text-decoration: none;
}
.elementor-element-teamtailor_jobs .job-apply a {
	font-family: "Nexa", Sans-serif;
	font-size: 16px !important;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--e-global-color-primary);
	background-color: #fff;
}
.elementor-element-teamtailor_jobs .dkd-single-post.tz-jobs .job-apply {
	bottom: 30px;
}
.elementor-element-teamtailor_jobs .dkd-single-post.tz-jobs:hover .job-apply a {
	background-color: #0b2c43;
	color: #fff;
}
.elementor-element-teamtailor_jobs .dkd-carrer-posts.events-grid {
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
	flex-wrap: wrap;
	gap: 20px;
}
.elementor-element-teamtailor_jobs .dkd-single-post.tz-jobs {
	position: relative;
	min-height: 250px;
	width: 31%;
	padding: 30px;
	border: 1px solid #0b2c43;
}
@media (max-width: 767px) {
	.elementor-element-teamtailor_jobs .dkd-carrer-posts.events-grid {
		flex-wrap: wrap;
	}
	.elementor-element-teamtailor_jobs .dkd-single-post.tz-jobs {
		margin-bottom: 30px;
		width: 100%;
	}
}
/* Copied from plugins/dkd-elementor-addon/assets/style-widget.css (decade_jobs → teamtailor_jobs), lines ~1145–1168 */
.all-location-jobs a * {
	margin-bottom: 0px;
}
.all-location-jobs a {
	
	border-radius: 5px;
	background-color: #0b2c43;
	display: inline-block;
	padding: 18px 34px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 20px;
}
.all-location-jobs,
.all-location-jobs a,
.all-location-jobs a *{
	color: #fff;
	text-align: center;
	z-index: 1;
}
.all-location-jobs {
	display: flex;
    flex-direction: column;
    align-items: center;
	z-index: 1;
}
.elementor-element-teamtailor_jobs .all-location-jobs {
	text-align: center;
	margin-bottom: -50px;
	font-family: "Nexa", sans-serif;
}
.dkd-carrer-filter .header-text,
.decade-jobs-section .header-text {
	text-align: center;
	width: 100%;
	font-size: 28px;
	text-transform: uppercase;
	
}
.decade-jobs-section .header-text p{
	margin-bottom: 0;
}
.dkd-carrer-filter {
	background-color: #eaeaea;
}
.dkd-carrer-filter::before,
.dkd-carrer-filter::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #fff;
}
.dkd-carrer-filter::after {
	height: 50px;
	bottom: 0;
	top: auto;
	z-index: 0;
}
@media (min-width: 1500px) {
    .dkd-carrer-posts {
        max-width: 1472px !important;
		margin: 0 auto;
    }
}
