/* Allow an expanded Binder chooser to escape recipe-card clipping. */
.rbo-discovery__card.rbob-card--chooser-open,
.rbob-card.rbob-card--chooser-open {
	position: relative;
	z-index: 10;
	overflow: visible;
}
