/* Souq Aarsal — Auth pages (match checkout card style) */

.souq-auth-page {
	max-width: 640px;
	margin: 0 auto;
	padding: 1.5rem 0 2.5rem;
}

.souq-auth-page .souq-checkout__intro {
	margin-bottom: 1rem;
}

.souq-auth-card.souq-checkout__guest {
	margin-bottom: 0;
}

.souq-auth__form .form-row {
	margin-bottom: 0.85rem;
}

.souq-auth__form label {
	font-weight: 700;
	font-size: 0.85rem;
	margin-bottom: 0.35rem;
	display: block;
}

.souq-auth__form .input-text {
	width: 100%;
	padding: 0.85rem 1rem;
	border: 1.5px solid var(--sa-border, #e2e8f0);
	border-radius: 12px;
	font-family: inherit;
	font-size: 1rem;
	background: var(--sa-bg, #f4f6f8);
}

.souq-auth__form .input-text:focus {
	border-color: var(--sa-emerald, #16a34a);
	box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
	outline: none;
	background: #fff;
}

.souq-auth__form .button.alt {
	width: 100%;
	margin-top: 0.35rem;
}

.souq-auth__switch {
	text-align: center;
	margin: 1rem 0 0;
	font-size: 0.88rem;
	color: var(--sa-muted, #64748b);
}

.souq-auth__switch a {
	font-weight: 700;
	color: var(--sa-emerald, #16a34a);
}

.souq-social-login {
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid var(--sa-border, #e2e8f0);
}

.souq-social-login__label {
	text-align: center;
	font-size: 0.85rem;
	color: var(--sa-muted, #64748b);
	margin-bottom: 0.75rem;
}

.souq-social-login__buttons {
	display: flex;
	gap: 0.65rem;
	flex-wrap: wrap;
	justify-content: center;
}

.souq-social-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	padding: 0.65rem 1rem;
	border-radius: 10px;
	font-weight: 700;
	font-size: 0.88rem;
	text-decoration: none;
	border: 1.5px solid #e2e8f0;
	color: #0f172a;
	background: #fff;
}

.souq-social-btn--google {
	border-color: #4285f4;
	color: #4285f4;
}

.souq-social-btn--facebook {
	border-color: #1877f2;
	color: #1877f2;
}

.woocommerce-checkout .souq-social-login {
	margin-top: 0;
}

.woocommerce-privacy-policy-text,
.woocommerce-terms-and-conditions-wrapper {
	display: none !important;
}

/* Auth form notices */
.souq-auth-page .woocommerce-notices-wrapper {
	margin-bottom: 1rem;
}

.souq-auth-page .woocommerce-error,
.souq-auth-page .woocommerce-message,
.souq-auth-page .woocommerce-info {
	list-style: none;
	margin: 0;
	padding: 0.85rem 1rem;
	border-radius: 12px;
	font-weight: 600;
	font-size: 0.9rem;
	line-height: 1.5;
}

.souq-auth-page .woocommerce-error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
}

.souq-auth-page .woocommerce-message {
	background: #ecfdf5;
	border: 1px solid #bbf7d0;
	color: #166534;
}

.souq-auth-page .woocommerce-info {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	color: #1d4ed8;
}

.souq-auth-page .woocommerce-error li,
.souq-auth-page .woocommerce-message li,
.souq-auth-page .woocommerce-info li {
	list-style: none;
	margin: 0;
	padding: 0;
}
