.post-layout.vacature_alt-item {
	display: flex;
	gap: max(1.5rem, calc(1.25 * var(--su)));
	padding: max(1rem, calc(1.5 * var(--su)));
	background: var(--white);
	text-decoration: none;
	color: inherit;
}
.post-layout.vacature_alt-item .vacature-date {
	flex-shrink: 0;
}
.post-layout.vacature_alt-item .vacature-image {
	width: 100%;
	max-width: max(250px, calc(16 * var(--su)));
}
.post-layout.vacature_alt-item .vacature-image img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
.post-layout.vacature_alt-item .vacature-content {
	display: flex;
	flex-direction: column;
}
.post-layout.vacature_alt-item .vacature-title {
	font-size: max(18px, calc(1.25 * var(--su)));
	font-weight: 700;
	margin-bottom: 0;
}
.post-layout.vacature_alt-item .vacature-content .vacature-overview {
	display: -webkit-box;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: max(1.5rem, calc(2 * var(--su)));
}
.post-layout.vacature_alt-item .tax-labels {
	margin-block: max(1rem, calc(1 * var(--su)));
}
.post-layout.vacature_alt-item .pk-button-group {
	margin-top: auto;
}


@media screen and (max-width: 992px) {
	.post-layout.vacature_alt-item .vacature-col {
		margin-top: 2rem;
	}
	.post-layout.vacature_alt-item {
		flex-direction: column;
		justify-content: space-between;
	}
}

@media screen and (max-width: 767px) {
	.post-layout.vacature_alt-item .vacature-image {
		max-width: 100%;
	}
}