section.nyheter-feed--career {
	background: var(--primary-light);
	margin-bottom: 0 !important;
}
section.nyheter-feed--career + section.cta {
	margin-top: 0 !important;
}
section.nyheter-feed--career .nyheter-feed__lower {
	row-gap: var(--space-l);
}
@media screen and (max-width:1025px) {
section.nyheter-feed--career .nyheter-feed__lower {
	row-gap: var(--space-xl);
}
}
@media screen and (min-width: 1026px) {
	section.nyheter-feed--career .nyheter-feed__lower {
		grid-template-columns: var(--grid-4) !important;
	}
}


section.bg--light + section.nyheter-feed--career {
	margin-top: calc(var(--section-padding-block) * -1);
}
section.nyheter-feed--career .career-feed-item h3 {
	position: relative;
}
section.nyheter-feed--career .career-feed-item span {
	text-transform: uppercase !important;
}

.career-feed-item {
	padding-left: 24px;
}
.career-feed-item {
	position: relative;
	height: fit-content;
}
.career-feed-item::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	background: var(--primary);
	border-radius: 50vmax;
}

.career-feed-item::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	background: var(--primary);
	border-radius: 50vmax;
}
.career-feed-item a {
	text-decoration: underline;
	font-weight: 500;
}

@media screen and (min-width: 1026px) {
	.career-feed-item a {
		padding-left: 0;
		transition: 0.2s ease-out;
	}
	.career-feed-item__link-indicator {
		position: absolute;
		bottom: 7px;
		left: 24px;
		width: 7px;
		height: 7px;
		border-radius: 50vmax;
		background: transparent;

		transition: 0.2s ease-out;
	}
	.career-feed-item:has(a.clickable-parent:hover) a {
		padding-left: 24px;
	}
	.career-feed-item:has(a.clickable-parent:hover) .career-feed-item__link-indicator {
		background: var(--primary);
	}
}

@media screen and (max-width: 1025px) {
	.medarbetare-button-prev,
	.medarbetare-button-next {
		position: absolute;
		right: 0;
		opacity: 0;
		pointer-events: none;
	}
}
