.mdep-product-source[hidden] {
	display: none !important;
}

.gform_wrapper .mdep-product-picker select {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

.mdep-product-help {
	margin: 0.5rem 0;
	font-size: 0.875em;
}

.mdep-selected-products {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.gform_wrapper .mdep-selected-products .mdep-product-remove {
	display: inline-block;
	width: auto;
	max-width: 100%;
	min-height: 44px;
	margin: 0;
	padding: 0.5rem 0.75rem;
	border: 1px solid #767676;
	border-radius: 4px;
	background: #f5f5f5;
	color: #222;
	font: inherit;
	white-space: normal;
	overflow-wrap: anywhere;
	text-align: left;
	cursor: pointer;
}

.gform_wrapper .mdep-product-remove:focus-visible {
	outline: 2px solid #222;
	outline-offset: 2px;
}
