.content > div{
	overflow:hidden;
}
.content__highlight-line {
	min-height: 2rem;
	height: 100%;
	width: 3px !important;
	position: absolute;
	left: -30px;
	background: #7199ad;
	margin: 0 !important;
	top:7px;
}
@media screen and (min-width:1026px){
	.content__content-wrapper{
		margin-top:18px;
	}
}
@media screen and (max-width: 1025px) {
	.content__highlight-line {
		width: 3px;
		top: 0;
		left: 0;
	}
	.content__content-wrapper {
		padding-left: 2rem;
	}
	.content--no-line .content__content-wrapper {
		padding-left: 0;
	}
	.content--no-line .puffar {
		padding-left: 0;
		padding-right: 0;
	}
}
/* Hide if we don't want the vertical line */
.content--no-line .content__highlight-line {
	display: none;
}
/* If we only use cards, remove the padding */
.content--no-line .content__inner-content > .puffar:last-child {
	padding-bottom: 0;
}
@media screen and (min-width: 1026px) {
	/* No top-padding so they align in the top */
	.content--no-line .puffar {
		padding-top: 0 !important;
	}
	/*  Different gap since they're vertical. */
	.content--no-line .puff-wrapper {
		gap: var(--space-s);
	}
}
/* Disable the smart-spacing margin */
.content--no-line .puffar .btn {
	margin: unset !important;
}

.content .content__inner-content figure:last-child {
	margin-bottom: 0;
}
