.cpb-951-wrapper {
	display: inline-block;
}

.cpb-951-button,
.cpb-951-button:link,
.cpb-951-button:visited,
.cpb-951-button:hover,
.cpb-951-button:focus,
.cpb-951-button:active {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none !important;
	border: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	transition: background-color 0.3s ease;
	gap: 20px;
}

.cpb-951-button::before,
.cpb-951-button::after {
	display: none !important;
	content: none !important;
}

.cpb-951-button:hover,
.cpb-951-button:focus {
	text-decoration: none !important;
}

.cpb-951-text {
	font-weight: 600;
	transition: color 0.3s ease;
	text-decoration: none !important;
	border-bottom: none !important;
}

.cpb-951-icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.cpb-951-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
}

.cpb-951-icon svg,
.cpb-951-icon i {
	display: inline-block !important;
	transform: rotate(-45deg) !important;
	text-decoration: none !important;
	border: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
}

.cpb-951-icon svg::before,
.cpb-951-icon svg::after,
.cpb-951-icon i::before,
.cpb-951-icon i::after {
	display: none !important;
	content: none !important;
}

.cpb-951-button *,
.cpb-951-icon * {
	text-decoration: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
}
