.mcp-5882-wrapper {
	display: inline-block;
}

.mcp-5882-toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none !important;
	transition: opacity 0.3s ease;
}

.mcp-5882-toggle:hover {
	opacity: 0.8;
}

.mcp-5882-toggle-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.mcp-5882-toggle-icon i,
.mcp-5882-toggle-icon svg {
	line-height: 1;
}

.mcp-5882-indicator {
	position: absolute;
	top: -8px;
	right: -10px;
	min-width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	padding: 0 4px;
	box-sizing: border-box;
}

.mcp-5882-subtotal {
	font-family: inherit;
	font-weight: 600;
}
