/**
 * Frontend styles for WL WooCommerce Secure Registration.
 */

.wl-wcsr-verification-wrapper {
	max-width: 500px;
	margin: 30px auto;
	padding: 30px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.wl-wcsr-verification-wrapper h3 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 1.5rem;
	color: #1a202c;
	font-weight: 600;
}

.wl-wcsr-verification-wrapper p {
	font-size: 0.95rem;
	color: #4a5568;
	line-height: 1.6;
	margin-bottom: 24px;
}

.wl-wcsr-verification-wrapper form .form-row {
	margin-bottom: 16px;
}

.wl-wcsr-verification-wrapper form label {
	display: block;
	margin-bottom: 6px;
	font-weight: 500;
	color: #4a5568;
}

.wl-wcsr-verification-wrapper form input[type="text"] {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #cbd5e0;
	border-radius: 4px;
	font-size: 1rem;
	transition: border-color 0.15s ease-in-out;
}

.wl-wcsr-verification-wrapper form input[type="text"]:focus {
	border-color: #3182ce;
	outline: 0;
	box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
