/**
 * SOS Manager – Auth form (Login & Register)
 * הרשמה והתחברות – סגנון ברירת מחדל, עיצוב מלא דרך קונטרולים של Elementor.
 */

.sos-auth-form {
	width: 100%;
	text-align: right;
	direction: rtl;
}

.sos-auth-form-title {
	margin: 0 0 20px 0;
}

.sos-auth-form-inner {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.sos-auth-form-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.sos-auth-form-field label {
	display: block;
}

.sos-auth-form-input {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	border: 1px solid #e2e8f0;
}

.sos-auth-form-row-options {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.sos-auth-form-remember {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.sos-auth-form-remember input {
	width: auto;
	margin: 0;
}

.sos-auth-form-lost-password {
	text-decoration: none;
}

.sos-auth-form-lost-password:hover {
	text-decoration: underline;
}

.sos-auth-form-actions {
	margin-top: 8px;
}

.sos-auth-form-actions .sos-auth-form-submit {
	width: 100%;
	cursor: pointer;
}

.sos-auth-form-submit:disabled,
.sos-auth-form-submit.sos-auth-form-submit--loading {
	cursor: wait;
}

.sos-auth-form-submit.sos-auth-form-submit--loading {
	opacity: 0.8;
}

.sos-auth-form-panel {
	margin-bottom: 20px;
}

.sos-auth-form-switcher {
	margin-top: 20px;
	text-align: center;
}

.sos-auth-form-switcher a {
	text-decoration: none;
}

.sos-auth-form-switcher a:hover {
	text-decoration: underline;
}

.sos-auth-form-message {
	padding: 12px 16px;
	border-radius: 6px;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.4;
}

.sos-auth-form-message--success {
	background: #ecfdf5;
	color: #065f46;
	border: 1px solid #a7f3d0;
}

.sos-auth-form-message--error {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid #fecaca;
}

.sos-auth-form-social {
	margin-top: 16px;
}
