/* Werkgever-detail */

.sh-werkgever-single__container {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 2.5rem;
	margin: 100px auto;
	max-width: 1200px;
	padding: 0 1.25rem;
}

@media (max-width: 900px) {
	.sh-werkgever-single__container { grid-template-columns: 1fr; }
}

.sh-chip {
    padding: 0.25rem 0.75rem;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 999px;
	font-size: 0.85rem;margin-top:20px;}

.sh-werkgever-single__header {
	display: flex;
	gap: 1.5rem;
	align-items: center;
	padding-bottom: 1.5rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	flex-wrap: wrap;
}

.sh-werkgever-single__logo img {
	max-width: 180px;
	height: auto;
}

.sh-werkgever-single__plaats {
	margin: 0 0 0.4rem;
	color: rgba(0, 0, 0, 0.6);
}

.sh-werkgever-single__chips {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.sh-werkgever-single__beschrijving,
.sh-werkgever-single__kenmerken,
.sh-werkgever-single__secundair,
.sh-werkgever-single__vacatures {
	margin-bottom: 2rem;
}

.sh-werkgever-single__kenmerk-lijst {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 0.5rem 1rem;
	list-style: none;
	padding: 0;
}

.sh-werkgever-single__kenmerk-lijst li {
	padding: 0.5rem 0.75rem;
	background: rgba(0, 0, 0, 0.04);
	border-radius: 6px;
}

.sh-werkgever-single__facts {
	padding: 1.25rem;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
	position: sticky;
	top: 100px;
}

.sh-werkgever-single__facts p {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
}

.sh-werkgever-single__facts p:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
	.sh-werkgever-single__facts { position: static; }
}
