.faq-more-info-btn-container-5cc6e4ab {
	display: flex;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
}

.faq-more-info-btn-5cc6e4ab {
	display: inline-block;
	background-color: #9333ea; /* A vibrant purple that stands out, easily customizable */
	color: #ffffff !important;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 32px;
	border-radius: 50px; /* Rounded pill style */
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(147, 51, 234, 0.3);
	text-align: center;
}

.faq-more-info-btn-5cc6e4ab:hover {
	background-color: #7e22ce;
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(147, 51, 234, 0.45);
}

.faq-more-info-btn-5cc6e4ab:active {
	transform: translateY(0);
}
