.cyp-468-wrapper {
	font-family: inherit;
}

.cyp-468-main-heading {
	text-align: center;
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.cyp-468-paths-container {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(3, 1fr);
}

.cyp-468-path-item {
	background-color: #f9f9f9;
	padding: 2rem;
	border-radius: 8px;
	border: 1px solid #eee;
	display: flex;
	flex-direction: column;
}

.cyp-468-path-icon {
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.cyp-468-path-icon svg {
	display: block;
}

.cyp-468-path-subtitle {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
	font-size: 0.9em;
}

.cyp-468-path-title {
	margin-bottom: 0.5rem;
}

.cyp-468-path-desc {
	margin-bottom: 1rem;
	flex-grow: 1;
}

.cyp-468-next-step {
	margin-bottom: 1rem;
}

.cyp-468-buttons {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.cyp-468-button {
	display: inline-block;
	text-decoration: none;
	font-weight: 500;
	transition: opacity 0.3s ease;
}

.cyp-468-button:hover {
	opacity: 0.8;
}