.puff__icon {
	height: 48px;
	margin-left: auto;
}

.puff {
	padding: 2rem;
}

.puff h3 {
	font-weight: 600;
	font-family: var(--heading-alt);
}

.puffar {
	margin-top: -4px !important;
}

@media screen and (max-width: 1025px) {
	body div .puff__text p {
		font-size: var(--text-m);
	}
}

.puff h3 a {
	text-decoration: underline;
}

.puff h3 a:is(:hover, :focus-visible) {
	text-decoration-thickness: 3px;
}


.puff__text p + p{
	margin-top:1em;
}

.smart-spacing .puffar{
	margin:var(--space-m) 0!important;
}