/*
 * Brand Commerce Core — checkout stylesheet.
 * Loaded on cart + checkout only.
 */
.bcc-hidden { display: none !important; }

.bcc-address-textarea textarea {
	min-height: 96px;
	line-height: 1.75;
}

.bcc-advance-notice {
	background: #FFF7E6;
	border-left: 4px solid #E8A317;
	padding: 0.875rem 1rem;
	margin-bottom: 1rem;
	border-radius: 6px;
	font-weight: 500;
}

.bcc-manual-pay {
	background: #F7F8F7;
	border: 1px solid #E5E7E6;
	border-radius: 8px;
	padding: 0.875rem 1rem;
}
.bcc-manual-pay code {
	background: #FFF; padding: 2px 6px; border-radius: 4px;
	font-size: 1rem; font-weight: 600;
}
.bcc-manual-pay input[type="text"],
.bcc-manual-pay input[type="tel"] {
	padding: 0.625rem 0.75rem;
	border: 1px solid #E5E7E6;
	border-radius: 6px;
	width: 100%;
	margin-top: 4px;
}
