/**
 * Styles for the public "how it works" page (/how-it-works).
 *
 * Scoped to .wpa-hiw-* so it never leaks into other pages. Colours mirror the
 * theme tokens (teal #15b0ba, hairline #e2ebe7) used across the site.
 */

.wpa-hiw-overview,
.wpa-hiw-guarantee {
	line-height: 1.85;
}

.wpa-hiw-overview li,
.wpa-hiw-guarantee li {
	margin-bottom: 6px;
}

/* Per-host tutorial accordion. */
.wpa-hiw-tutorials {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.wpa-hiw-item {
	border: 1px solid #e2ebe7;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.wpa-hiw-summary {
	cursor: pointer;
	list-style: none;
	padding: 16px 18px;
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wpa-hiw-summary::-webkit-details-marker {
	display: none;
}

.wpa-hiw-summary::after {
	content: "+";
	color: #15b0ba;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.wpa-hiw-item[open] .wpa-hiw-summary::after {
	content: "\2212"; /* Minus sign. */
}

.wpa-hiw-item[open] .wpa-hiw-summary {
	border-bottom: 1px solid #e2ebe7;
}

.wpa-hiw-body {
	padding: 16px 18px 18px;
}

.wpa-hiw-hint {
	margin: 0 0 12px;
	font-size: var(--wp--preset--font-size--sm);
	line-height: 1.8;
	color: #55635d;
}

.wpa-hiw-steps {
	margin: 0;
	padding-left: 22px;
	line-height: 1.85;
	font-size: var(--wp--preset--font-size--base);
}

.wpa-hiw-steps li {
	margin-bottom: 6px;
}

.wpa-hiw-manual {
	margin: 0;
	font-size: var(--wp--preset--font-size--base);
	line-height: 1.85;
	color: #15767c;
}
