/* ==========================================================================
   Get Accredited page styles
   ========================================================================== */
.get-accredited-intro {
	padding-bottom: 0;
	text-align: center;
}

.get-accredited-intro .container {
	max-width: 720px;
	margin-inline: auto;
}

.get-accredited-intro h1 {
	font-size: clamp(2rem, 4vw, 2.6rem);
	margin: 12px 0 16px;
}

.get-accredited-intro p {
	color: var(--color-text-muted);
}

.get-accredited-steps__heading {
	text-align: center;
	font-size: 1.9rem;
	margin-bottom: 32px;
}

.get-accredited-steps__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 28px;
	margin-bottom: 40px;
}

.get-accredited-step {
	text-align: center;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	padding: 32px 24px;
}

.get-accredited-step__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--color-alt);
	color: var(--color-secondary);
	font-weight: 700;
	margin-bottom: 14px;
}

.get-accredited-step h3 {
	font-size: 1.05rem;
	margin-bottom: 8px;
}

.get-accredited-step p {
	color: var(--color-text-muted);
	font-size: 0.9rem;
	margin: 0;
}

.get-accredited-download {
	display: block;
	width: fit-content;
	margin-inline: auto;
}
