/* ========================================
   B2B Price Restriction — Guest Styles
   ======================================== */

/* Login prompt that replaces the price */
.b2b-login-prompt a {
	color: var(--b2b-gold, #C5A059);
	text-decoration: none;
	font-weight: 500;
	font-size: 0.8125rem;
}

.b2b-login-prompt a:hover {
	text-decoration: underline;
}

/* Login button in catalog table actions column */
.b2b-login-btn {
	font-size: 0.8125rem !important;
	padding: 0.35rem 0.75rem !important;
	white-space: nowrap;
}
