.gk-qty-rule-notice {
	clear: both;
	margin: 0 0 12px;
	padding: 10px 12px;
	border-left: 4px solid currentColor;
	background: rgba(0, 0, 0, 0.045);
	font-size: 0.95em;
	line-height: 1.45;
}

.gk-qty-rule-notice strong {
	margin-right: 0.25em;
}

.gk-qty-rule-error {
	margin-top: 6px;
	font-weight: 600;
	color: #b81c23;
}

.gk-qty-rule-error:empty {
	display: none;
}

.gk-qty-rule-cart-note {
	margin-top: 4px;
	font-size: 0.85em;
	opacity: 0.78;
}

input.qty[aria-invalid="true"] {
	outline: 2px solid #b81c23;
	outline-offset: 1px;
}
