.menu-item-csp-business > a {
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
}

.menu-item-csp-business > a::before {
	width: 20px;
	height: 20px;
	content: "";
	flex: 0 0 20px;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='2'/%3E%3Cpath d='M8 7V5h8v2M3 12h18M10 12v2h4v-2'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='2'/%3E%3Cpath d='M8 7V5h8v2M3 12h18M10 12v2h4v-2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.menu-item-csp-business.current-menu-item > a,
.menu-item-csp-business.current_page_item > a {
	color: #7431d7;
}

@media (max-width: 1180px) {
	.menu-item-csp-business > a {
		gap: 5px;
	}
}
