
.monsterinsights-ecommerce-funnel-report__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	gap: 16px;
	flex-wrap: wrap;
}
.monsterinsights-ecommerce-funnel-report__funnel-select-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}
.monsterinsights-ecommerce-funnel-report__label {
	font-size: 14px;
	font-weight: 500;
	color: #333;
}
.monsterinsights-ecommerce-funnel-report__select {
	padding: 6px 12px;
	font-size: 13px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	background: #fff;
	outline: none;
	cursor: pointer;
	min-width: 180px;
}
.monsterinsights-ecommerce-funnel-report__select:focus {
	border-color: #509fe2;
}
.monsterinsights-ecommerce-funnel-report__manage-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 500;
	color: #509fe2;
	background: transparent;
	border: 1px solid #509fe2;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.15s ease;
}
.monsterinsights-ecommerce-funnel-report__manage-btn:hover {
	background: rgba(80, 159, 226, 0.06);
}
.monsterinsights-ecommerce-funnel-report__loading,
.monsterinsights-ecommerce-funnel-report__error,
.monsterinsights-ecommerce-funnel-report__empty {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 40px 20px;
	color: #64748b;
	font-size: 14px;
}
.monsterinsights-ecommerce-funnel-report__error {
	color: #e53e3e;
}
