/**
 * BS Grouped Quantity Persist - the "held from other pages" notice.
 *
 * Deliberately quiet. This is a reassurance, not a call to action: it exists so
 * a customer who paginated does not think their earlier quantities were lost.
 * Brand neutral greys, Verdana inherited from the body, no colour that competes
 * with the add-to-cart button directly beneath it.
 */

.bs-gqp-held {
	display: block;
	margin: 10px 0 14px;
	padding: 8px 12px;
	border-left: 3px solid #000000;
	background: #f6f6f6;
	color: #333333;
	font-size: 13px;
	line-height: 1.5;
}

.bs-gqp-held[hidden] {
	display: none;
}

@media (max-width: 767px) {
	.bs-gqp-held {
		font-size: 12px;
		padding: 7px 10px;
	}
}
