/* ============================================
   Raincross Armory — Simplified Registration Guide
   Styles for the "How Registration Works" step-by-step
   panel, field hints, and spam-folder notice.
   Uses the site's existing brand palette.
   ============================================ */

#customer_login .ra-register-subtitle {
	font-size: 14px;
	color: var(--ra-text-light, #4b5563);
	margin: -6px 0 18px;
	line-height: 1.5;
}

/* Step-by-step guide box */
#customer_login .ra-steps-guide {
	background: var(--ra-off-white, #f8f9fb);
	border: 1px solid var(--ra-border, #e2e4ea);
	border-radius: var(--ra-radius, 8px);
	padding: 16px 18px 6px;
	margin: 0 0 22px;
}

#customer_login .ra-steps-guide__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 16px;
}

#customer_login .ra-steps-guide__num {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--ra-navy, #1a2744);
	color: var(--ra-gold-light, #e2c06e);
	font-weight: 700;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
}

#customer_login .ra-steps-guide__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

#customer_login .ra-steps-guide__text strong {
	font-size: 14px;
	color: var(--ra-text, #1a1a2e);
}

#customer_login .ra-steps-guide__text span {
	font-size: 13px;
	color: var(--ra-text-light, #4b5563);
	line-height: 1.5;
}

#customer_login .ra-steps-guide__text em {
	color: var(--ra-navy, #1a2744);
	font-style: normal;
	font-weight: 600;
}

/* Field hint under the email input */
#customer_login .ra-field-hint {
	display: block;
	font-size: 12px;
	color: var(--ra-gray-500, #6b7280);
	margin-top: 5px;
	line-height: 1.4;
}

/* "A link will be emailed" note */
#customer_login .ra-password-note {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	background: #eef2ff;
	border: 1px solid #c7d2fe;
	border-radius: var(--ra-radius, 8px);
	padding: 10px 14px;
	margin: 6px 0 14px;
	font-size: 13px;
	color: #33395c;
	line-height: 1.5;
}

#customer_login .ra-password-note__icon {
	font-size: 16px;
	line-height: 1;
	margin-top: 1px;
}

/* Enhanced spam-folder notice */
#customer_login .ra-check-spam-notice {
	background: #fff8e1;
	border: 1px solid #f0c844;
	border-radius: var(--ra-radius, 8px);
	padding: 12px 16px 14px;
	margin: 0 0 16px;
	font-size: 13px;
	color: #4a3a00;
	line-height: 1.5;
}

#customer_login .ra-check-spam-notice__list {
	margin: 8px 0 0;
	padding-left: 20px;
}

#customer_login .ra-check-spam-notice__list li {
	margin-bottom: 5px;
}

#customer_login .ra-check-spam-notice a,
#customer_login .ra-help-mini-note a {
	color: var(--ra-navy, #1a2744);
	font-weight: 700;
	text-decoration: underline;
}

/* Small help note under login form */
#customer_login .ra-help-mini-note {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	color: var(--ra-text-light, #4b5563);
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px dashed var(--ra-border, #e2e4ea);
	line-height: 1.5;
}

#customer_login .ra-help-mini-note__icon {
	font-size: 15px;
	line-height: 1;
	margin-top: 1px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
	#customer_login .ra-steps-guide {
		padding: 14px 14px 4px;
	}
	#customer_login .ra-steps-guide__num {
		flex: 0 0 24px;
		width: 24px;
		height: 24px;
		font-size: 12px;
	}
	#customer_login .ra-steps-guide__text strong {
		font-size: 13px;
	}
	#customer_login .ra-steps-guide__text span {
		font-size: 12.5px;
	}
}
