
.icon-bg-toggle .et_pb_toggle_title:before {
	background-color: #efe8ff;
	color: #6b4eff;
	display: flex;
	width: 50px;
	height: 50px;
	line-height: 28px;
	text-align: center;
	align-items: center;
	min-height: 50px;
	border-radius: 6px;
	margin-right: 10px;
	transition: background-color .2s, color .2s;
}

.icon-bg-toggle.et_pb_toggle_open .et_pb_toggle_title:before {
	background-color: #f2f7fc;
	color: #f2f7fc;
}

.icon-bg-toggle .et_pb_toggle_title {
	display: flex;
	align-items: center;
}
