.post-layout.vacature-item {
	text-decoration: none;
	color: inherit;
	background-color: var(--white);
}
.post-layout.vacature-item .vacature-image {
	position: relative;
}
.post-layout.vacature-item .vacature-image .main-image {
	width: 100%;
	aspect-ratio: 23/19;
	object-fit: cover;
}
.post-layout.vacature-item .vacature-image .logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	max-width: max(4.25rem, calc(4.5 * var(--su)));
	background-color: #ffffff;
	padding: 0.5rem;
}
.post-layout.vacature-item .vacature-image .logo img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
}

.post-layout.vacature-item .vacature-content {
	padding: max(1rem, calc(1.5 * var(--su)));
}
.post-layout.vacature-item .vacature-content .vacature-title {
	font-weight: 700;
	font-size: max(1.25rem, calc(1.25 * var(--su)));
}
.post-layout.vacature-item .vacature-content .tax-labels {
	margin-bottom: max(1rem, calc(1 * var(--su)));
}
.post-layout.vacature-item .vacature-content .vacature-overview {
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: max(1.5rem, calc(2 * var(--su)));
}
