/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 07 2025 | 09:07:41 */
.payment-block .elementor-shortcode {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 40vh;
	gap: 0.7813vw;
}

.payment-block .heading {
	font-family: inherit;
	font-size: 1.55em;
	text-align: center;
}

.payment-block .subheading {
	font-family: inherit;
	font-size: 1.25em;
	text-align: center;
}

.categorylinks {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: start;
	gap: 10px;
}

.categorylinks a {
	background-image: linear-gradient(87deg, #2351A0 29%, #24B2EC 100%);
	color: white;
	padding: 7px 15px;
	border-radius: 100px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4em;
}

.categorylinks a:hover {
	color: white;
	background-image: linear-gradient(135deg, #2351A0 0%, #24B2EC 100%);
	box-shadow: 0px 0px 20px 0px #0A89FF;
}
