/* Registration field */
.ba-referral-registration-field .ba-referral-field-help,
.ba-referral-registration-field .description {
	display: block;
	margin-top: 7px;
	color: #6c756e;
	font-size: 12px;
	line-height: 1.45;
}

.ba-referral-registration-field input[readonly] {
	background: #f3f5f2;
	color: #244236;
	font-weight: 700;
}

/* Referral code panel inside Rewards popup/page */
.ba-referral-code-panel {
	display: grid;
	gap: 8px;
	margin: 0 0 14px;
	padding: 14px;
	border: 1px solid #d9d3c8;
	border-radius: 13px;
	background: #fbf9f4;
}

.ba-referral-code-panel__label {
	color: #6c756e;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.ba-referral-code-panel__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
}

.ba-referral-code-panel code {
	overflow-wrap: anywhere;
	padding: 10px 12px;
	border-radius: 10px;
	background: #edf2ee;
	color: #244236;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .08em;
	text-align: center;
}

.ba-referral-code-panel button {
	min-height: 40px;
	padding: 0 14px;
	border: 0;
	border-radius: 10px;
	background: #244236;
	color: #fffdf8;
	font-weight: 700;
	cursor: pointer;
}

.ba-referral-code-panel button:hover {
	background: #315743;
}

.ba-referral-code-shortcode code {
	padding: 5px 8px;
	border-radius: 7px;
	background: #edf2ee;
	color: #244236;
	font-weight: 800;
}

@media (max-width: 420px) {
	.ba-referral-code-panel__row {
		grid-template-columns: 1fr;
	}

	.ba-referral-code-panel button {
		width: 100%;
	}
}


/* Registration-complete login experience */
.ba-registration-login-message {
	display: grid;
	gap: 5px;
	margin: 0 0 18px;
	padding: 15px 17px;
	border: 1px solid rgba(36, 66, 54, 0.18);
	border-left: 4px solid #244236;
	border-radius: 12px;
	background: #f4f8f5;
	color: #1e2521;
}

.ba-registration-login-message strong {
	font-size: 16px;
	line-height: 1.3;
}

.ba-registration-login-message span {
	color: #66736c;
	font-size: 13px;
	line-height: 1.5;
}

.ba-registration-complete form.woocommerce-form-login,
.ba-registration-complete form.login {
	scroll-margin-top: 120px;
}

.ba-registration-complete form.woocommerce-form-login input[name="username"],
.ba-registration-complete form.login input[name="username"] {
	border-color: rgba(36, 66, 54, 0.42);
}
