.stc-no-results-msg {
	grid-column: 1/-1;
	text-align: center;
	padding: 2.5rem 1rem;
	color: #6b7280;
	font-size: 1rem !important;
	line-height: 1.6;
}

.stc-wiz__skipBtn {
	background: transparent;
	border: 0;
	padding: 0;
	font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	font-size: .875rem;
	color: var(--stc-muted);
	cursor: pointer;
}

.stc-wiz__step.is-done {
	color: #333;
}

.stc-wiz__step.is-done .stc-wiz__dot {
	border-color: var(--stc-burgundy);
	background: #fff;
}

.stc-wiz__pill.is-selected {
	border-color: var(--stc-burgundy);
	box-shadow: 0 0 0 .1875rem rgba(95, 0, 0, .1);
}

@media (max-width: 40rem) {}