.csb-9340-wrapper {
	display: inline-block;
}

.csb-9340-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	background-color: #0284C7;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.csb-9340-btn:hover {
	opacity: 0.9;
}

.csb-9340-btn-text {
	position: relative;
	z-index: 1;
}