.csxcb-card {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	text-align: center;
	margin-bottom: 8px;
}

.csxcb-caption {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 14px;
}

.csxcb-button {
	display: inline-block;
	background: #0b5aa5;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 30px;
	border-radius: 3px;
	text-decoration: none;
	border: none;
}

.csxcb-button:hover {
	background: #084680;
	color: #fff;
	text-decoration: none;
}
