.patches-template-guide {
	margin-bottom: 2.4rem;
	padding: 2.4rem;
	border: 1px solid var(--patches-border, #373635);
	border-radius: var(--patches-radius-md, 1.2rem);
	background: #151719;
	color: #f7f4ee;
}

.patches-template-guide__eyebrow {
	margin: 0 0 0.8rem;
	color: #c9a267;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.patches-template-guide h2 {
	margin: 0;
	color: #f7f4ee;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(2.8rem, 4vw, 4rem);
	line-height: 1.05;
	text-transform: uppercase;
}

.patches-template-guide__intro {
	max-width: 72rem;
	margin: 1.2rem 0 2rem;
	color: #c6c5c2;
}

.patches-template-guide__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.8rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.patches-template-guide__steps li {
	display: flex;
	align-items: center;
	gap: 1rem;
	min-height: 5.6rem;
	padding: 1rem 1.2rem;
	border: 1px solid #45433f;
	border-radius: 0.8rem;
	background: #111315;
}

.patches-template-guide__steps span {
	display: grid;
	flex: 0 0 2.8rem;
	width: 2.8rem;
	height: 2.8rem;
	place-items: center;
	border: 1px solid #c9a267;
	border-radius: 999px;
	color: #c9a267;
	font-size: 1.3rem;
	font-weight: 700;
}

.patches-template-guide__steps strong {
	color: #f7f4ee;
	font-size: 1.35rem;
	line-height: 1.25;
}

.patches-template-guide__note {
	margin: 1.6rem 0 0;
	padding-top: 1.6rem;
	border-top: 1px solid #373635;
	color: #aaa9a6;
	font-size: 1.35rem;
}

.patches-template-customizer {
	overflow: hidden;
	border: 1px solid #373635;
	border-radius: 1.2rem;
	background: #151719;
}

.patches-template-customizer cv-customizer {
	display: block;
	width: 100%;
}

@media (max-width: 767px) {
	.patches-template-guide {
		padding: 1.6rem;
	}

	.patches-template-guide__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.patches-template-guide__steps li {
		align-items: flex-start;
		padding: 0.9rem;
	}

	.patches-template-guide__steps strong {
		font-size: 1.25rem;
	}
}
