:root {
	--gbw-jobs-ink: #073842;
	--gbw-jobs-text: #111111;
	--gbw-jobs-accent: #f4c400;
	--gbw-jobs-border: #d8d8d8;
	--gbw-jobs-whatsapp: #1f9d55;
}

.gbw-jobs-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.gbw-job-card {
	min-width: 0;
	height: 100%;
}

.gbw-job-card__link {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: clamp(28px, 4vw, 52px);
	color: var(--gbw-jobs-text);
	background: #fff;
	border: 2px solid var(--gbw-jobs-border);
	box-shadow: 14px 16px 0 rgba(0, 0, 0, 0.08);
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.gbw-job-card__link:hover,
.gbw-job-card__link:focus-visible {
	color: var(--gbw-jobs-text);
	border-color: var(--gbw-jobs-ink);
	box-shadow: 8px 10px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-3px);
	text-decoration: none;
}

.gbw-job-card__link:focus-visible,
.gbw-job-button:focus-visible {
	outline: 3px solid var(--gbw-jobs-accent);
	outline-offset: 4px;
}

.gbw-job-card__icon {
	width: 58px;
	height: 58px;
	margin: 0 0 32px;
	color: var(--gbw-jobs-ink);
}

.gbw-job-icon {
	display: block;
	width: 100%;
	height: 100%;
}

.gbw-job-card__title {
	margin: 0 0 26px;
	color: var(--gbw-jobs-ink);
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 800;
	line-height: 1.04;
	overflow-wrap: anywhere;
}

.gbw-job-card__body {
	margin-bottom: 28px;
	font-size: clamp(1rem, 1.5vw, 1.25rem);
	line-height: 1.35;
}

.gbw-job-card__body p {
	margin: 0;
}

.gbw-job-card__start,
.gbw-job-card__teaser {
	margin-bottom: 18px !important;
}

.gbw-job-card__meta + .gbw-job-card__meta {
	margin-top: 2px;
}

.gbw-job-card__more {
	display: inline-block;
	align-self: flex-start;
	margin-top: auto;
	color: var(--gbw-jobs-text);
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2;
	border-bottom: 1px solid currentColor;
}

.gbw-jobs-empty {
	margin: 0;
	padding: 20px;
	border: 1px solid var(--gbw-jobs-border);
}

.gbw-jobs-shortcode .gbw-jobs-grid {
	gap: 24px;
}

.gbw-jobs-shortcode .gbw-job-card__link {
	padding: 24px;
	box-shadow: 8px 9px 0 rgba(0, 0, 0, 0.08);
}

.gbw-jobs-shortcode .gbw-job-card__icon {
	width: 40px;
	height: 40px;
	margin-bottom: 18px;
}

.gbw-jobs-shortcode .gbw-job-card__title {
	margin-bottom: 14px;
	font-size: clamp(1.65rem, 2.5vw, 2.15rem);
	line-height: 1.08;
}

.gbw-jobs-shortcode .gbw-job-card__body {
	margin-bottom: 20px;
	font-size: 0.875rem;
	line-height: 1.27;
}

.gbw-jobs-shortcode .gbw-job-card__start,
.gbw-jobs-shortcode .gbw-job-card__teaser {
	margin-bottom: 10px !important;
}

.gbw-jobs-shortcode .gbw-job-card__more {
	font-size: 0.875rem;
}

.gbw-job-detail {
	width: 100%;
	color: var(--gbw-jobs-text);
	font-size: 1.125rem;
	line-height: 1.42;
}

.gbw-job-detail__title,
.gbw-job-detail__contact h2 {
	margin: 0 0 26px;
	color: var(--gbw-jobs-text);
	font-size: clamp(2.7rem, 6vw, 5.2rem);
	font-weight: 800;
	line-height: 1.02;
	overflow-wrap: anywhere;
}

.gbw-job-detail__start {
	margin: 0 0 18px;
}

.gbw-job-detail__intro > :first-child,
.gbw-job-detail__contact > div > :first-child {
	margin-top: 0;
}

.gbw-job-detail__intro > :last-child,
.gbw-job-detail__contact > div > :last-child {
	margin-bottom: 0;
}

.gbw-job-detail__lead {
	margin: 22px 0 18px;
}

.gbw-job-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 34px;
	margin: 28px 0;
	padding: 18px 22px;
	background: #f7f7f4;
	border-left: 4px solid var(--gbw-jobs-accent);
}

.gbw-job-facts div {
	display: grid;
	grid-template-columns: auto auto;
	gap: 7px;
}

.gbw-job-facts dt,
.gbw-job-facts dd {
	margin: 0;
}

.gbw-job-facts dt {
	font-weight: 700;
}

.gbw-job-facts dt::after {
	content: ':';
}

.gbw-job-checklist {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gbw-job-checklist li {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	margin: 0;
	padding: 0;
}

.gbw-job-checklist__icon {
	color: var(--gbw-jobs-accent);
	font-size: 1.4em;
	font-weight: 900;
	line-height: 1;
}

.gbw-job-detail__divider {
	height: 10px;
	margin: clamp(38px, 6vw, 68px) 0 clamp(34px, 5vw, 58px);
	background-image: radial-gradient(circle, currentColor 2px, transparent 2.5px);
	background-position: left center;
	background-size: 15px 10px;
	background-repeat: repeat-x;
}

.gbw-job-detail__contact h2 {
	margin-bottom: 24px;
	font-size: clamp(2.4rem, 5vw, 4.1rem);
}

.gbw-job-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 38px;
}

.gbw-job-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 12px 20px;
	color: #fff;
	background: var(--gbw-jobs-ink);
	border: 2px solid transparent;
	border-radius: 3px;
	font: inherit;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	text-decoration: none;
	transition: filter 150ms ease, transform 150ms ease;
}

.gbw-job-button:hover {
	color: #fff;
	filter: brightness(1.12);
	transform: translateY(-1px);
	text-decoration: none;
}

.gbw-job-button--secondary {
	color: var(--gbw-jobs-ink);
	background: #fff;
	border-color: var(--gbw-jobs-ink);
}

.gbw-job-button--secondary:hover {
	color: var(--gbw-jobs-ink);
}

.gbw-job-button--whatsapp {
	background: var(--gbw-jobs-whatsapp);
}

.gbw-share-native[hidden] {
	display: none !important;
}

.gbw-job-single-page {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	background: #fff;
}

body.gbw-job-single-template {
	overflow-x: hidden;
}

body.gbw-job-single-template #sub-header {
	display: none !important;
}

.gbw-job-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(270px, 25vw, 420px);
	padding: 48px 24px;
	overflow: hidden;
	color: var(--gbw-jobs-ink);
	background-color: var(--gbw-hero-background, #d9eaee);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.gbw-job-hero::before,
.gbw-job-hero::after {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	height: 28px;
	content: '';
	pointer-events: none;
	background-repeat: repeat-x;
	background-size: 64px 28px;
}

.gbw-job-hero::before {
	top: -1px;
	background-image: radial-gradient(32px 18px at 32px 0, #fff 98%, transparent 100%);
}

.gbw-job-hero::after {
	bottom: -1px;
	background-image: radial-gradient(32px 18px at 32px 28px, #fff 98%, transparent 100%);
}

.gbw-job-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	text-align: center;
}

.gbw-job-hero__title {
	color: var(--gbw-jobs-ink);
	font-family: var(--e-global-typography-primary-font-family, inherit);
	font-size: clamp(3.5rem, 7vw, 7.5rem);
	font-weight: 800;
	line-height: 1;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.gbw-job-single-content {
	box-sizing: border-box;
	width: 100%;
	max-width: calc(var(--gbw-job-content-width, 1000px) + 48px);
	margin: 0 auto;
	padding: clamp(64px, 8vw, 110px) 24px clamp(90px, 10vw, 150px);
}

.gbw-job-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 34px;
	color: var(--gbw-jobs-ink);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	border-bottom: 1px solid currentColor;
	text-decoration: none;
}

.gbw-job-back:hover,
.gbw-job-back:focus-visible {
	color: var(--gbw-jobs-ink);
	text-decoration: none;
}

.gbw-job-back:focus-visible {
	outline: 3px solid var(--gbw-jobs-accent);
	outline-offset: 4px;
}

.gbw-job-single-template .gbw-job-single-content .gbw-job-detail__title {
	font-size: clamp(3rem, 5.8vw, 5.6rem);
}

.gbw-job-single-template .gbw-job-detail__intro,
.gbw-job-single-template .gbw-job-detail__benefits,
.gbw-job-single-template .gbw-job-detail__contact {
	max-width: 100%;
}

@media (max-width: 767px) {
	.gbw-jobs-grid {
		grid-template-columns: 1fr;
	}

	.gbw-job-card__link {
		box-shadow: 8px 10px 0 rgba(0, 0, 0, 0.08);
	}

	.gbw-job-card__icon {
		width: 48px;
		height: 48px;
		margin-bottom: 24px;
	}

	.gbw-job-detail {
		font-size: 1rem;
	}

	.gbw-job-hero {
		min-height: 220px;
		padding: 38px 20px;
	}

	.gbw-job-hero::before,
	.gbw-job-hero::after {
		height: 18px;
		background-size: 44px 18px;
	}

	.gbw-job-hero::before {
		background-image: radial-gradient(22px 12px at 22px 0, #fff 98%, transparent 100%);
	}

	.gbw-job-hero::after {
		background-image: radial-gradient(22px 12px at 22px 18px, #fff 98%, transparent 100%);
	}

	.gbw-job-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.gbw-job-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gbw-job-card__link,
	.gbw-job-button {
		transition: none;
	}
}
