.workscout-accent-headline {
	box-sizing: border-box;
	width: 100%;
	max-width: 1280px;
	margin-inline: auto;
	text-align: center;
}

.workscout-accent-headline *,
.workscout-accent-headline *::before,
.workscout-accent-headline *::after {
	box-sizing: border-box;
}

.workscout-accent-headline .workscout-accent-headline__kicker {
	margin: 0 0 18px;
	color: #999;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 20px;
	text-transform: uppercase;
}

.workscout-accent-headline__title {
	max-width: 900px;
	margin: 0 auto;
	color: #111;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.18;
	text-wrap: balance;
}

.workscout-accent-headline__accent {
	position: relative;
	display: inline-block;
	color: var(--workscout-primary-color, #26ae61);
	white-space: nowrap;
}

.workscout-accent-headline__underline {
	position: absolute;
	inset-inline-start: 0;
	bottom: -7px;
	width: 100%;
	height: 12px;
	overflow: visible;
	pointer-events: none;
}

.workscout-accent-headline__underline path {
	fill: none;
	stroke: var(--workscout-primary-color, #26ae61);
	stroke-width: 7;
	stroke-linecap: round;
	stroke-dasharray: 230;
	stroke-dashoffset: 230;
	animation: workscout-accent-headline-draw 0.9s ease forwards 0.35s;
}

.workscout-accent-headline--underline-straight .workscout-accent-headline__accent {
	text-decoration-line: underline;
	text-decoration-color: currentColor;
	text-decoration-color: color-mix(in srgb, currentColor 22%, transparent);
	text-decoration-thickness: 4px;
	text-underline-offset: 8px;
}

.workscout-accent-headline--underline-straight .workscout-accent-headline__underline {
	display: none;
}

.workscout-accent-headline .workscout-accent-headline__subtitle {
	position: relative;
	max-width: 760px;
	margin: 18px auto 0;
	padding-top: 0;
	color: #888;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.65;
}

.workscout-accent-headline--separator .workscout-accent-headline__subtitle {
	padding-top: 24px;
}

.workscout-accent-headline--separator .workscout-accent-headline__subtitle::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 60px;
	height: 2px;
	margin: 0 auto;
	border-radius: 6px;
	background: var(--workscout-primary-color, #26ae61);
	content: "";
}

@keyframes workscout-accent-headline-draw {
	to { stroke-dashoffset: 0; }
}

@media (max-width: 620px) {
	.workscout-accent-headline__title {
		font-size: 32px;
	}

	.workscout-accent-headline .workscout-accent-headline__subtitle {
		font-size: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.workscout-accent-headline__underline path {
		animation: none;
		stroke-dashoffset: 0;
	}
}
