.glowing-button-85775c7d {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	box-shadow: 0 0 var(--btn-glow-blur, 10px) var(--btn-glow-spread, 2px) var(--btn-glow-color, #00ffcc);
}

.glowing-button-85775c7d:hover {
	box-shadow: 0 0 var(--btn-glow-blur-hover, 20px) var(--btn-glow-spread-hover, 5px) var(--btn-glow-color-hover, #00ffcc);
}