/* Vacature single — zelfde visuele taal als vvge-ticketing single event (.vvge-ticket--detail-layout). */

.vvge-job--detail-layout {
	max-width: 1300px;
	margin: 0 auto;
	padding: 2rem 1rem 2.5rem;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

.vvge-job--shortcode {
	padding: 1rem 0;
}

.vvge-job__intro-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1.75rem;
	position: relative;
	z-index: 2;
}

.vvge-job__intro-main {
	flex: 1 1 58%;
	min-width: 0;
}

.vvge-job__intro-aside {
	flex: 1 1 42%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 0.5rem;
	min-width: 0;
}

@media (max-width: 900px) {
	.vvge-job__intro-row {
		flex-direction: column;
		align-items: stretch;
	}

	.vvge-job__intro-aside {
		justify-content: flex-start;
		padding-right: 0;
	}
}

.vvge-job__label {
	margin: 0 0 0.45rem;
	font-size: 0.8rem;
	font-weight: 500;
	color: #697282;
}

.vvge-job__title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.75rem, 2.5vw, 2.5rem);
	line-height: 1.2;
	font-weight: 600;
	color: #131b65;
}

.vvge-job__hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem 1.25rem;
	font-size: 0.8125rem;
	color: #596174;
}

.vvge-job__hero-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	font-weight: 400;
}

.vvge-job__hero-meta-place {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.25rem;
}

.vvge-job__hero-meta-date {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.25rem;
}

.vvge-job__department {
	margin: 0;
	font-size: 0.8125rem;
	color: #596174;
	font-weight: 200;
	line-height: 1.35;
}

.vvge-job__hero-meta-place--has-loc .vvge-job__department {
	padding-left: calc(14px + 0.35rem);
}

.vvge-job__hero-icon {
	display: inline-flex;
	width: 14px;
	height: 14px;
	color: #ff5a1f;
	flex: 0 0 14px;
}

.vvge-job__hero-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.vvge-job__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.65rem 1.25rem;
	background: #131b65;
	color: #fff;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 500;
	white-space: nowrap;
	font-size: 0.9rem;
	line-height: 1;
	min-height: 44px;
	border: 0;
	box-shadow: none;
}

.vvge-job__cta:hover,
.vvge-job__cta:focus {
	color: #fff;
	background: #0f154f;
}

.vvge-job__cta:focus-visible {
	outline: 2px solid #131b65;
	outline-offset: 3px;
}

.vvge-job__cta-label {
	color: currentColor;
}

.vvge-job__cta-icon {
	display: inline-flex;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
}

.vvge-job__cta-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.vvge-job__content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.72fr);
	gap: 2rem;
	align-items: start;
	position: relative;
	z-index: 2;
	margin-top: 0.25rem;
}

@media (max-width: 900px) {
	.vvge-job__content-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
}

.vvge-job__main {
	min-width: 0;
}

.vvge-job__lead {
	margin: 0 0 1rem;
	font-size: 1.05rem;
	line-height: 1.55;
	color: #374151;
}

.vvge-job__section-title {
	margin: 0;
	padding-top: 80px;
	padding-bottom: 40px;
	font-size: 1.1rem;
	font-weight: normal;
	color: #131b65;
}

.vvge-job__prose {
	margin: 0 0 1rem;
	line-height: 1.65;
	color: #374151;
	font-size: 1rem;
}

.vvge-job__prose > *:first-child {
	margin-top: 0;
}

.vvge-job__prose > *:last-child {
	margin-bottom: 0;
}

.vvge-job__sidebar {
	min-width: 0;
}

.vvge-job__sidebar-card {
	background: #eef0f6;
	border-radius: 22px;
	padding: 1.35rem 1.25rem 1.5rem;
	box-sizing: border-box;
}

.vvge-job__sidebar-cta-wrap {
	margin: 0 0 1.35rem;
}

.vvge-job__sidebar-block {
	margin: 0 0 1.35rem;
}

.vvge-job__sidebar-block:last-of-type {
	margin-bottom: 0;
}

.vvge-job__sidebar-heading {
	margin: 0 0 0.55rem;
	font-size: 1.05rem;
	font-weight: 600;
	color: #131b65;
}

.vvge-job__sidebar-html {
	line-height: 1.6;
	font-size: 0.9375rem;
	color: #374151;
}

.vvge-job__sidebar-html ul {
	padding-left: 1.15rem;
	margin: 0.35rem 0 0.65rem;
}

.vvge-job__sidebar-html p {
	margin: 0 0 0.65rem;
}

.vvge-job__sidebar-html p:last-child {
	margin-bottom: 0;
}

.vvge-job__sidebar-foot {
	margin: 1.25rem 0 0;
	padding-top: 1rem;
	border-top: 1px solid rgba(19, 27, 101, 0.12);
	font-size: 0.8125rem;
	color: #596174;
}

.vvge-job__sidebar-foot strong {
	color: #131b65;
	font-weight: 600;
}
