/**
 * StarzMeet — claim-form signup clarity (pairs with assets/js/starzmeet-claim.js).
 * Styles the injected "create your account" note + password field to match the
 * purple brand and the surrounding claim form.
 */
.sm-claim-account {
	margin-top: 6px;
}

.sm-claim-note {
	margin: 0 0 12px;
	padding: 12px 14px;
	background: #f3f0ff;
	border: 1px solid #e0d8ff;
	border-left: 3px solid #6C4DF6;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.5;
	color: #3d3563;
}

.sm-claim-pass-label {
	display: block;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .02em;
	color: #333;
	margin-bottom: 6px;
}

.sm-claim-pass {
	display: block;
	width: 100%;
	margin-top: 6px;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	box-sizing: border-box;
}

.sm-claim-pass:focus {
	outline: none;
	border-color: #6C4DF6;
	box-shadow: 0 0 0 3px rgba(108, 77, 246, .15);
}

.sm-claim-pass-hint {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	color: #7a7a8c;
}
