/**
 * Página de registro — enlace a login bajo el formulario Bricks.
 */

body.cgce-hide-header-cart #brx-header .brxe-woocommerce-mini-cart,
body.cgce-hide-header-cart #brx-header #brxe-9a141d,
body.cgce-hide-header-cart #brx-header #brxe-cqtnfu {
	display: none !important;
}

.cgce-registro-login-prompt {
	max-width: 32rem;
	margin: 1.25rem auto 0;
	padding: 1rem 1.15rem;
	text-align: center;
	font-size: clamp(0.9375rem, 0.88rem + 0.35vw, 1.0625rem);
	line-height: 1.5;
	color: #475569;
	background: #f0f6ff;
	border: 1px solid #bfdbfe;
	border-radius: 10px;
	box-sizing: border-box;
}

.cgce-registro-login-prompt a {
	font-weight: 700;
	color: #1e3a8a;
	text-decoration: underline;
}

.cgce-registro-login-prompt a:hover {
	color: #0a2540;
}
