.step-card-container-c1e982bd {
	background-color: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 40px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	display: flex;
	flex-direction: row;
	gap: 24px;
	align-items: flex-start;
}

.step-card-icon-col-c1e982bd {
	flex-shrink: 0;
}

.step-card-content-col-c1e982bd {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.step-card-icon-wrapper-c1e982bd {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #e5f0fa;
	border-radius: 8px;
}

.step-card-icon-c1e982bd {
	color: #0b5c92;
	font-size: 20px;
	display: flex;
}
.step-card-icon-c1e982bd svg {
	width: 20px;
	height: 20px;
	fill: #0b5c92;
}

.step-card-label-c1e982bd {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #6b7280;
	margin-bottom: 8px;
}

.step-card-title-c1e982bd {
	font-size: 24px;
	font-weight: 700;
	color: #111827;
	margin: 0 0 16px 0;
}

.step-card-description-c1e982bd {
	font-size: 16px;
	line-height: 1.6;
	color: #4b5563;
	margin-bottom: 24px;
}

.step-card-tags-c1e982bd {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 32px;
}

.step-card-tag-c1e982bd {
	background-color: #f3f2eb;
	border: 1px solid #e5e3d8;
	color: #374151;
	font-size: 14px;
	padding: 6px 16px;
	border-radius: 6px;
}

.step-card-link-wrapper-c1e982bd {
	margin-top: auto;
}

.step-card-link-c1e982bd {
	color: #0b5c92;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

.step-card-link-c1e982bd:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.step-card-container-c1e982bd {
		flex-direction: column;
		gap: 20px;
	}
}