/* Schritt-für-Schritt (acf/howto) */
.how-to__title,
.how-to .title {
	margin-bottom: 10px;
}

.how-to__description {
	max-width: 780px;
	color: var(--boho-muted);
	margin-bottom: 26px;
}

.how-to-vertical .how-to__step {
	background: #fff;
	border: 1px solid var(--boho-line);
	border-radius: var(--boho-radius);
	box-shadow: var(--boho-shadow-soft);
	padding: 22px 24px 24px;
	transition: transform .18s ease, box-shadow .18s ease;
}

.how-to-vertical .how-to__step:hover {
	transform: translateY(-2px);
	box-shadow: var(--boho-shadow);
}

.how-to__step_name,
.how-to__step .how-to__step_name {
	display: inline-block;
	background: var(--boho-accent-soft);
	color: var(--boho-accent-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 5px 12px;
	border-radius: 999px;
	margin-bottom: 12px;
}

.how-to__step_title {
	font-size: 19px;
	line-height: 1.3;
	color: var(--boho-ink-strong);
	margin: 0 0 10px;
}

.how-to__step_description {
	color: var(--boho-ink);
	line-height: 1.65;
}

.how-to__step img {
	border-radius: var(--boho-radius-sm);
	border: 1px solid var(--boho-line);
	margin-top: 16px;
}

/* Karten einer Zeile auf gleiche Höhe ziehen */
.how-to-vertical {
	align-items: stretch;
}

.how-to-vertical .how-to__step {
	display: flex;
	flex-direction: column;
}

.how-to-vertical .how-to__step_content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.how-to-vertical .how-to__step img {
	margin-top: auto;
	align-self: flex-start;
	max-height: 340px;
	width: auto;
	object-fit: contain;
}
