.vpf-items-count-all-label {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

.vpf-items-count-all-label__text {
	line-height: 1.4;
}

.vpf-items-count-all-label__notice.components-button {
	flex-shrink: 0;
	min-width: 0;
	height: auto;
	padding: 0;
	margin: 0;
	color: #dc881b;

	svg {
		display: block;
		width: 16px;
		height: 16px;
	}
}
