.custom-side-color-icon-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.custom-side-color-badge {
	background-color: #000;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 15px;
}

.custom-side-color-content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.custom-side-color-right-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 15px;
}

/* Ensure inner wrapper adapts well */
.custom-side-color-content .elementor-icon-box-wrapper {
	width: 100%;
}