/**
 * Modern directory system: jobs, candidates and employers.
 */
:root {
	--dir-ink: #17243d;
	--dir-muted: #627086;
	--dir-line: #dfe7ef;
	--dir-blue: #2879c7;
	--dir-blue-dark: #165f9f;
	--dir-green: #80bf2f;
	--dir-mint: #effaf4;
	--dir-surface: #f6f8fb;
	--dir-shadow: 0 16px 40px rgba(23, 36, 61, 0.09);
}

.page-content:has(.tjb-directory-v2) > .page-header,
.page-content:has(.tjb-job-listings-page-enhanced) > .page-header {
	display: none !important;
}

.together-page:has(.tjb-directory-v2),
.together-page:has(.tjb-job-listings-page-enhanced),
.together-page:has(.tjb-directory-v2) > .container,
.together-page:has(.tjb-job-listings-page-enhanced) > .container,
.page-content:has(.tjb-directory-v2),
.page-content:has(.tjb-job-listings-page-enhanced),
.page-content:has(.tjb-directory-v2) > .page-content-inner,
.page-content:has(.tjb-job-listings-page-enhanced) > .page-content-inner {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.tjb-directory-v2 {
	color: var(--dir-ink);
	background: var(--dir-surface);
	font-family: inherit;
}

.tjb-directory-hero {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 72px 24px 76px;
	background:
		radial-gradient(circle at 8% 35%, rgba(128, 191, 47, .2) 0 120px, transparent 121px),
		radial-gradient(circle at 92% 18%, rgba(40, 121, 199, .12) 0 150px, transparent 151px),
		linear-gradient(135deg, #f2fbf6 0%, #edf7ff 100%);
}

.tjb-directory-hero::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -130px;
	width: 620px;
	height: 210px;
	border: 1px solid rgba(40, 121, 199, .13);
	border-radius: 50%;
	transform: translateX(-50%);
}

.tjb-directory-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.tjb-directory-eyebrow,
.tjb-directory-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	color: #568b18;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.tjb-directory-eyebrow::before {
	content: "";
	width: 22px;
	height: 2px;
	background: var(--dir-green);
}

.tjb-directory-hero h1 {
	max-width: 760px;
	margin: 0 auto 14px;
	color: var(--dir-ink);
	font-size: clamp(38px, 5vw, 62px);
	line-height: 1.03;
	letter-spacing: -.045em;
}

.tjb-directory-hero p {
	max-width: 650px;
	margin: 0 auto;
	color: var(--dir-muted);
	font-size: 17px;
	line-height: 1.65;
}

.tjb-directory-quick-search {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	max-width: 680px;
	margin: 30px auto 0;
	padding: 8px 8px 8px 20px;
	background: #fff;
	border: 1px solid rgba(23, 36, 61, .08);
	border-radius: 16px;
	box-shadow: var(--dir-shadow);
}

.tjb-directory-quick-search svg {
	width: 21px;
	fill: none;
	stroke: #7a8798;
	stroke-width: 1.8;
	stroke-linecap: round;
}

.tjb-directory-quick-search input {
	min-width: 0;
	height: 46px;
	padding: 0 !important;
	color: var(--dir-ink);
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	font-size: 15px;
}

.tjb-directory-quick-search button,
.tjb-directory-v2 .tjb-button-primary {
	min-height: 46px;
	padding: 0 22px;
	color: #fff !important;
	background: var(--dir-blue) !important;
	border: 0;
	border-radius: 11px;
	box-shadow: 0 7px 16px rgba(40, 121, 199, .2);
	font-weight: 750;
	cursor: pointer;
}

.tjb-directory-quick-search button:hover,
.tjb-directory-v2 .tjb-button-primary:hover {
	background: var(--dir-blue-dark) !important;
	transform: translateY(-1px);
}

.tjb-directory-shell {
	max-width: 1320px;
	margin: 0 auto;
	padding: 48px 24px 80px;
}

.tjb-directory-toolbar {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.tjb-directory-toolbar .tjb-directory-kicker {
	margin-bottom: 5px;
}

.tjb-directory-toolbar h2 {
	margin: 0;
	color: var(--dir-ink);
	font-size: clamp(24px, 3vw, 32px);
	letter-spacing: -.025em;
}

.tjb-directory-toolbar h2 .tjb-results-count {
	color: var(--dir-blue);
}

.tjb-directory-filter-toggle {
	display: none;
	align-items: center;
	gap: 8px;
	min-height: 46px;
	padding: 0 16px;
	color: var(--dir-ink);
	background: #fff;
	border: 1px solid var(--dir-line);
	border-radius: 11px;
	font-weight: 750;
}

.tjb-directory-filter-toggle svg {
	width: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
}

.tjb-directory-filter-toggle > span {
	display: grid;
	place-items: center;
	width: 21px;
	height: 21px;
	color: #fff;
	background: var(--dir-blue);
	border-radius: 50%;
	font-size: 11px;
}

.tjb-directory-layout {
	display: grid;
	grid-template-columns: 272px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.tjb-directory-v2 .tjb-listings-sidebar {
	position: sticky;
	top: 104px;
	padding: 22px;
	background: #fff;
	border: 1px solid var(--dir-line);
	border-radius: 18px;
	box-shadow: 0 8px 22px rgba(23, 36, 61, .05);
}

.tjb-filter-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--dir-line);
}

.tjb-filter-heading span {
	color: var(--dir-green);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.tjb-filter-heading h3 {
	margin: 3px 0 0;
	color: var(--dir-ink);
	font-size: 23px;
}

.tjb-directory-filter-close {
	display: none;
	width: 40px;
	height: 40px;
	padding: 0;
	color: var(--dir-ink);
	background: #f2f5f8;
	border: 0;
	border-radius: 50%;
	font-size: 25px;
}

.tjb-directory-v2 .tjb-filter-form {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.tjb-directory-v2 .tjb-filter-field {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.tjb-directory-v2 .tjb-filter-field label {
	color: var(--dir-ink);
	font-size: 13px;
	font-weight: 750;
}

.tjb-directory-v2 .tjb-filter-field .tjb-input,
.tjb-directory-v2 .tjb-filter-field .tjb-select {
	width: 100%;
	height: 45px;
	padding: 0 13px;
	color: var(--dir-ink);
	background: #fbfcfd;
	border: 1px solid #d9e2ea;
	border-radius: 10px;
	box-shadow: none;
	font-size: 14px;
}

.tjb-directory-v2 .tjb-filter-field .tjb-input:focus,
.tjb-directory-v2 .tjb-filter-field .tjb-select:focus {
	outline: 3px solid rgba(40, 121, 199, .13);
	border-color: var(--dir-blue);
}

.tjb-directory-v2 .tjb-filter-actions {
	display: grid;
	gap: 9px;
	margin-top: 5px;
}

.tjb-directory-v2 .tjb-button {
	min-height: 44px;
	padding: 10px 16px;
	border-radius: 10px;
	font-weight: 750;
}

.tjb-directory-v2 .tjb-button-secondary {
	color: var(--dir-ink);
	background: #fff;
	border: 1px solid var(--dir-line);
}

.tjb-directory-v2 .tjb-listings-content {
	min-width: 0;
}

.tjb-directory-v2 .tjb-listings-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
}

.tjb-directory-v2.tjb-employers-listing .tjb-listings-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tjb-directory-v2 .tjb-listing-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 286px;
	padding: 22px;
	background: #fff;
	border: 1px solid var(--dir-line);
	border-radius: 18px;
	box-shadow: 0 8px 24px rgba(23, 36, 61, .045);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tjb-directory-v2 .tjb-listing-card:hover {
	transform: translateY(-3px);
	border-color: rgba(40, 121, 199, .45);
	box-shadow: var(--dir-shadow);
}

.tjb-candidate-card-topline,
.tjb-employer-card-topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 32px;
	margin-bottom: 16px;
}

.tjb-profile-status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #496272;
	font-size: 11px;
	font-weight: 750;
}

.tjb-profile-status i {
	width: 7px;
	height: 7px;
	background: var(--dir-green);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(128, 191, 47, .12);
}

.tjb-open-roles {
	padding: 5px 8px;
	color: #39710b;
	background: #eef8df;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
}

.tjb-directory-v2 .tjb-shortlist-icon-button {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	padding: 0;
	color: var(--dir-blue);
	background: #f3f8fd;
	border: 1px solid #dce9f5;
	border-radius: 50%;
	cursor: pointer;
}

.tjb-directory-v2 .tjb-shortlist-icon-button svg {
	width: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.tjb-directory-v2 .tjb-shortlist-icon-button.tjb-shortlisted svg {
	fill: currentColor;
}

.tjb-candidate-identity {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
}

.tjb-directory-v2 .tjb-card-avatar,
.tjb-directory-v2 .tjb-card-logo {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	margin: 0;
	background: linear-gradient(145deg, #f4f9ef, #eef5fb);
	border: 1px solid #e2eaf0;
	border-radius: 16px;
	overflow: hidden;
}

.tjb-directory-v2 .tjb-card-avatar {
	border-radius: 50%;
}

.tjb-directory-v2 .tjb-card-avatar img,
.tjb-directory-v2 .tjb-card-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tjb-directory-v2 .tjb-card-logo img {
	padding: 8px;
	object-fit: contain;
}

.tjb-directory-v2 .tjb-card-avatar svg,
.tjb-directory-v2 .tjb-card-logo svg {
	width: 30px;
	fill: none;
	stroke: #6da62a;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tjb-directory-v2 .tjb-card-title {
	margin: 0;
	font-size: 19px;
	line-height: 1.3;
	letter-spacing: -.018em;
	overflow-wrap: anywhere;
}

.tjb-directory-v2 .tjb-card-title a {
	color: var(--dir-ink);
	text-decoration: none;
}

.tjb-directory-v2 .tjb-card-title a:hover {
	color: var(--dir-blue);
}

.tjb-directory-v2 .tjb-card-location,
.tjb-employer-meta span {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 5px 0 0;
	color: var(--dir-muted);
	font-size: 12px;
}

.tjb-directory-v2 .tjb-card-location svg,
.tjb-employer-meta svg {
	width: 14px;
	fill: none;
	stroke: var(--dir-green);
	stroke-width: 1.8;
}

.tjb-directory-v2 .tjb-card-summary {
	display: -webkit-box;
	overflow: hidden;
	margin: 17px 0 0;
	color: var(--dir-muted);
	font-size: 13px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tjb-card-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 16px;
}

.tjb-card-tags span {
	max-width: 100%;
	padding: 5px 9px;
	overflow: hidden;
	color: #4f7d18;
	background: #f2f8e9;
	border: 1px solid #dcebc8;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 750;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tjb-directory-v2 .tjb-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid #edf1f4;
}

.tjb-card-meta-note {
	color: #7b8797;
	font-size: 11px;
}

.tjb-card-action {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--dir-blue) !important;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none !important;
	white-space: nowrap;
}

.tjb-card-action span {
	transition: transform .2s ease;
}

.tjb-card-action:hover span {
	transform: translateX(3px);
}

.tjb-directory-v2 .tjb-employer-card {
	min-height: 330px;
}

.tjb-directory-v2 .tjb-employer-card .tjb-card-logo {
	width: 72px;
	height: 72px;
	margin-bottom: 17px;
}

.tjb-employer-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 14px;
	margin-top: 7px;
}

.tjb-directory-v2 .tjb-employer-card .tjb-card-body {
	margin: 0;
}

.tjb-directory-v2 .tjb-no-results {
	grid-column: 1 / -1;
	padding: 64px 24px;
	text-align: center;
	background: #fff;
	border: 1px dashed #cfdbe5;
	border-radius: 18px;
}

.tjb-directory-v2 .tjb-no-results h3 {
	margin: 0 0 8px;
	color: var(--dir-ink);
}

.tjb-directory-v2 .tjb-no-results p {
	margin: 0;
	color: var(--dir-muted);
}

.tjb-directory-v2 .tjb-pagination {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 32px;
}

.tjb-directory-v2 .tjb-pagination .page-numbers {
	display: grid;
	place-items: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	color: var(--dir-ink);
	background: #fff;
	border: 1px solid var(--dir-line);
	border-radius: 9px;
	text-decoration: none;
}

.tjb-directory-v2 .tjb-pagination .current {
	color: #fff;
	background: var(--dir-blue);
	border-color: var(--dir-blue);
}

.tjb-directory-overlay {
	display: none;
}

/* Jobs directory */
body .tjb-job-listings-page-enhanced {
	color: var(--dir-ink);
	background: var(--dir-surface);
}

body .tjb-jobs-hero-header {
	padding: 68px 24px 58px !important;
	background:
		radial-gradient(circle at 7% 20%, rgba(128, 191, 47, .22) 0 130px, transparent 131px),
		radial-gradient(circle at 94% 34%, rgba(40, 121, 199, .12) 0 150px, transparent 151px),
		linear-gradient(135deg, #f1fbf5, #eef7ff) !important;
}

body .tjb-hero-content {
	max-width: 860px;
}

body .tjb-hero-title {
	margin-bottom: 10px;
	color: var(--dir-ink);
	font-size: clamp(42px, 5vw, 62px);
	letter-spacing: -.045em;
}

body .tjb-hero-subtitle {
	color: var(--dir-muted);
	font-size: 16px;
}

body .tjb-hero-subtitle a {
	color: var(--dir-blue);
	font-weight: 750;
}

body .tjb-hero-search-wrapper {
	margin-top: 28px;
	padding: 8px 8px 8px 12px;
	background: #fff;
	border: 1px solid rgba(23, 36, 61, .08);
	border-radius: 17px;
	box-shadow: var(--dir-shadow);
}

body .tjb-hero-search-label {
	color: #738092;
	font-size: 11px;
	font-weight: 750;
	text-transform: uppercase;
}

body .tjb-hero-search-input,
body .tjb-hero-search-select {
	color: var(--dir-ink);
	background: transparent;
	border: 0;
	box-shadow: none;
}

body .tjb-hero-search-button {
	width: 54px;
	height: 54px;
	background: var(--dir-blue);
	border-radius: 13px;
	box-shadow: 0 8px 18px rgba(40, 121, 199, .24);
}

body .tjb-jobs-list-header {
	background: #fff;
	border-bottom: 1px solid var(--dir-line);
}

body .tjb-jobs-list-header-content {
	max-width: 1320px;
	padding: 20px 24px;
}

body .tjb-jobs-list-title {
	color: var(--dir-ink);
	font-size: 25px;
}

body .tjb-jobs-count-badge {
	color: var(--dir-blue);
	background: #eef6fd;
}

body .tjb-filter-toggle-button,
body .tjb-sort-button {
	min-height: 43px;
	color: var(--dir-ink);
	background: #fff;
	border: 1px solid var(--dir-line);
	border-radius: 10px;
}

body .tjb-job-listings-layout {
	display: grid;
	grid-template-columns: 430px minmax(0, 1fr);
	gap: 20px;
	max-width: 1320px;
	padding: 28px 24px 72px;
}

body .tjb-job-list-column {
	gap: 12px;
	max-height: calc(100vh - 154px);
	padding: 2px 8px 8px 2px;
	scrollbar-width: thin;
	scrollbar-color: #bcc9d4 transparent;
}

body .tjb-job-listings {
	gap: 12px;
}

body .tjb-job-listing-card {
	padding: 20px;
	background: #fff;
	border: 1px solid var(--dir-line) !important;
	border-radius: 15px;
	box-shadow: 0 6px 18px rgba(23, 36, 61, .045);
}

body .tjb-job-listing-card:hover {
	transform: translateY(-2px);
	background: #fff;
	border-color: rgba(40, 121, 199, .45) !important;
	box-shadow: 0 12px 28px rgba(23, 36, 61, .09);
}

body .tjb-job-listing-card.tjb-job-selected {
	background: linear-gradient(135deg, #fff, #f8fcff);
	border-color: var(--dir-blue) !important;
	box-shadow: 0 12px 30px rgba(40, 121, 199, .13);
}

body .tjb-job-listing-card.tjb-job-selected::before {
	content: "";
	position: absolute;
	top: 18px;
	bottom: 18px;
	left: -1px;
	width: 4px;
	background: var(--dir-green);
	border-radius: 0 4px 4px 0;
}

body .tjb-job-company-logo-placeholder,
body .tjb-company-logo-small {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	background: #f1f6fa;
	border-radius: 11px;
}

body .tjb-job-card-title {
	font-size: 17px;
	font-weight: 750;
}

body .tjb-job-card-title a {
	color: var(--dir-ink);
}

body .tjb-job-meta-item,
body .tjb-job-posted {
	color: var(--dir-muted);
}

body .tjb-job-type-badge-pill,
body .tjb-job-tag {
	color: #4f7d18;
	background: #f2f8e9;
	border-color: #dcebc8;
	border-radius: 999px;
}

body .tjb-apply-now-button,
body .tjb-apply-button {
	background: var(--dir-blue);
	border-radius: 10px;
	box-shadow: 0 7px 16px rgba(40, 121, 199, .18);
}

body .tjb-job-details-column {
	position: sticky;
	top: 100px;
	max-height: calc(100vh - 124px);
	padding: 30px;
	background: #fff;
	border: 1px solid var(--dir-line);
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(23, 36, 61, .06);
}

body .tjb-job-banner {
	height: 160px;
	border-radius: 13px;
}

body .tjb-job-detail-title {
	color: var(--dir-ink);
	font-size: clamp(25px, 3vw, 34px);
	line-height: 1.15;
	letter-spacing: -.03em;
}

body .tjb-job-detail-section {
	padding: 18px 0;
	border-color: #edf1f4;
}

body .tjb-job-detail-section-title {
	color: var(--dir-ink);
	font-size: 16px;
}

body .tjb-job-detail-content,
body .tjb-job-description {
	color: #4f5e70;
	line-height: 1.72;
}

body .tjb-filter-sidebar {
	border-radius: 0 20px 20px 0;
	box-shadow: 22px 0 50px rgba(23, 36, 61, .16);
}

body .tjb-filter-apply-button {
	background: var(--dir-blue);
	border-radius: 10px;
}

/* Keep the desktop master list dense enough to compare several roles at once. */
@media (min-width: 961px) {
	body .tjb-job-list-column,
	body .tjb-job-listings {
		gap: 8px;
	}

	body .tjb-job-listing-card {
		padding: 14px 15px;
		border-radius: 13px;
	}

	body .tjb-job-listing-card.tjb-job-selected::before {
		top: 12px;
		bottom: 12px;
	}

	body .tjb-job-card-content {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 9px 12px;
		align-items: center;
	}

	body .tjb-job-card-title-wrapper {
		grid-column: 1 / -1;
		gap: 12px;
		margin: 0;
	}

	body .tjb-job-company-logo-placeholder {
		width: 40px;
		height: 40px;
		border-radius: 10px;
	}

	body .tjb-company-logo-letter {
		font-size: 18px;
	}

	body .tjb-job-title-section {
		gap: 6px;
	}

	body .tjb-job-listings-page-enhanced .tjb-job-card-title {
		margin: 0 !important;
		font-size: 15px !important;
		line-height: 1.3 !important;
	}

	body .tjb-featured-badge {
		padding: 3px 7px;
		font-size: 9px;
	}

	body .tjb-job-card-meta-info {
		grid-column: 1 / -1;
		gap: 6px 13px;
		margin: 0;
	}

	body .tjb-job-meta-item {
		gap: 5px;
		font-size: 12px;
		line-height: 1.25;
	}

	body .tjb-job-meta-item svg {
		width: 14px;
		height: 14px;
	}

	body .tjb-job-type-badge-wrapper {
		margin: 0;
	}

	body .tjb-job-type-badge-pill {
		padding: 5px 9px;
		font-size: 11px;
	}

	body .tjb-job-card-footer {
		gap: 8px;
		padding: 0;
		border: 0;
	}

	body .tjb-job-bookmark-footer {
		padding: 6px;
	}

	body .tjb-job-bookmark-footer svg {
		width: 17px;
		height: 17px;
	}

	body .tjb-apply-now-button {
		padding: 8px 13px;
		border-radius: 8px;
		font-size: 12px;
		box-shadow: none;
	}
}

@media (max-width: 1120px) {
	.tjb-directory-v2.tjb-employers-listing .tjb-listings-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body .tjb-job-listings-layout {
		grid-template-columns: 390px minmax(0, 1fr);
	}
}

@media (max-width: 960px) {
	.tjb-directory-filter-toggle {
		display: inline-flex;
	}

	.tjb-directory-layout {
		grid-template-columns: 1fr;
	}

	.tjb-directory-v2 .tjb-listings-sidebar {
		position: fixed;
		z-index: 2147483646;
		top: 74px;
		bottom: 0;
		left: 0;
		width: min(360px, 91vw);
		padding: 24px;
		overflow-y: auto;
		border: 0;
		border-radius: 0 20px 20px 0;
		box-shadow: 20px 0 50px rgba(23, 36, 61, .2);
		transform: translateX(-105%);
		transition: transform .25s ease;
	}

	.tjb-directory-v2.is-filter-open .tjb-listings-sidebar {
		transform: translateX(0);
	}

	.tjb-directory-filter-close {
		display: block;
	}

	.tjb-directory-overlay {
		position: fixed;
		z-index: 2147483645;
		inset: 74px 0 0;
		display: block;
		visibility: hidden;
		background: rgba(10, 21, 37, .46);
		opacity: 0;
		transition: opacity .25s ease, visibility .25s ease;
	}

	.tjb-directory-v2.is-filter-open .tjb-directory-overlay {
		visibility: visible;
		opacity: 1;
	}

	body.tjb-directory-filter-open {
		overflow: hidden;
	}

	body .tjb-job-listings-layout {
		grid-template-columns: 1fr;
	}

	body .tjb-job-list-column {
		max-height: none;
		overflow: visible;
	}

	body .tjb-job-details-column {
		position: static;
		display: block !important;
		max-height: none;
		overflow: visible;
	}

	body .tjb-filter-sidebar {
		top: 74px !important;
		height: calc(100vh - 74px);
	}

	body .tjb-filter-sidebar-overlay {
		top: 74px;
	}
}

@media (max-width: 720px) {
	.tjb-directory-hero {
		padding: 54px 18px 58px;
	}

	.tjb-directory-hero h1 {
		font-size: 39px;
	}

	.tjb-directory-hero p {
		font-size: 15px;
	}

	.tjb-directory-quick-search {
		grid-template-columns: 20px minmax(0, 1fr);
		padding: 8px 14px;
	}

	.tjb-directory-quick-search button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.tjb-directory-shell {
		padding: 32px 16px 56px;
	}

	.tjb-directory-toolbar {
		align-items: center;
	}

	.tjb-directory-toolbar .tjb-directory-kicker {
		display: none;
	}

	.tjb-directory-toolbar h2 {
		font-size: 20px;
	}

	.tjb-directory-toolbar h2 .tjb-results-count {
		display: inline !important;
	}

	.tjb-directory-v2 .tjb-listings-grid,
	.tjb-directory-v2.tjb-employers-listing .tjb-listings-grid {
		grid-template-columns: 1fr;
	}

	.tjb-directory-v2 .tjb-listing-card {
		min-height: 0;
		padding: 19px;
	}

	body .tjb-jobs-hero-header {
		padding: 50px 16px 36px !important;
	}

	body .tjb-hero-title {
		font-size: 40px;
	}

	body .tjb-hero-search-wrapper {
		padding: 14px;
		border-radius: 15px;
	}

	body .tjb-hero-search-button {
		width: 100%;
		height: 48px;
	}

	body .tjb-jobs-list-header-content {
		flex-direction: row !important;
		align-items: center !important;
		flex-wrap: wrap;
		padding: 16px;
	}

	body .tjb-jobs-list-title-section {
		width: auto;
		flex: 1 1 auto;
	}

	body .tjb-jobs-list-title {
		display: flex;
		align-items: center;
		gap: 8px;
		font-size: 21px;
	}

	body .tjb-jobs-list-actions {
		width: auto !important;
		margin-left: auto;
	}

	body .tjb-sort-button {
		min-height: 41px;
		padding: 0 12px;
		font-size: 12px;
	}

	body .tjb-job-listings-layout {
		padding: 18px 14px 56px;
	}

	body .tjb-job-details-column {
		padding: 21px;
		border-radius: 15px;
	}

	body .tjb-job-detail-actions {
		position: sticky;
		z-index: 5;
		bottom: 0;
		padding: 12px 0;
		background: #fff;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tjb-directory-v2 *,
	.tjb-job-listings-page-enhanced * {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
	}
}
