/* Hide the authoritative variation select; it is driven by the split dropdowns. */
.wcsa-box__variation--auto {
	display: none !important;
}

/* Stack the per-coffee attribute dropdowns. */
.wcsa-box__attributes {
	margin: 0.5em 0;
}

.wcsa-box__attr {
	display: block;
	margin-bottom: 0.4em;
}

.wcsa-box__attr-label {
	display: block;
	font-size: 0.85em;
}

.wcsa-box__attr-select {
	width: 100%;
}
