.ohl-registration-form,
.ohl-questionnaire {
	direction: rtl;
	font-family: system-ui, sans-serif;
	max-width: 36rem;
}

.ohl-field {
	margin-bottom: 1rem;
}

.ohl-field label {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
}

.ohl-field input,
.ohl-field select,
.ohl-field textarea {
	width: 100%;
	border: 1px solid #d6d3d1;
	border-radius: 0.5rem;
	padding: 0.5rem 0.75rem;
	font-size: 0.875rem;
}

.ohl-field input[type="email"] {
	direction: ltr;
	text-align: left;
}

.ohl-required {
	color: #b91c1c;
}

.ohl-button {
	background: #92400e;
	color: #fff;
	border: 0;
	border-radius: 0.5rem;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	cursor: pointer;
}

.ohl-button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.ohl-button-secondary {
	background: #fff;
	color: #44403c;
	border: 1px solid #d6d3d1;
}

.ohl-form-error {
	background: #fef2f2;
	color: #b91c1c;
	padding: 0.5rem 0.75rem;
	border-radius: 0.5rem;
	font-size: 0.875rem;
}

.ohl-form-success {
	background: #f0fdf4;
	color: #15803d;
	padding: 0.5rem 0.75rem;
	border-radius: 0.5rem;
	font-size: 0.875rem;
}

.ohl-consent {
	border: 1px solid #e7e5e4;
	border-radius: 0.5rem;
	padding: 0.75rem 1rem;
	margin: 1rem 0;
	background: #fafaf9;
}

.ohl-consent__legend {
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0 0.25rem;
}

.ohl-consent__field {
	margin-top: 0.75rem;
}

.ohl-consent__label {
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
	font-size: 0.8125rem;
	line-height: 1.5;
	cursor: pointer;
}

.ohl-consent__label input {
	width: auto;
	margin-top: 0.2rem;
	flex-shrink: 0;
}

.ohl-consent__label a {
	color: #92400e;
	text-decoration: underline;
}

.ohl-consent__note {
	margin: 0.75rem 0 0;
	font-size: 0.75rem;
	color: #57534e;
	line-height: 1.5;
}

.ohl-legal-document {
	direction: rtl;
	max-width: 48rem;
	margin: 0 auto;
	line-height: 1.7;
}

.ohl-legal-document__badge {
	display: inline-block;
	background: #fef3c7;
	color: #92400e;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	font-size: 0.75rem;
	font-weight: 600;
}

.ohl-legal-document__meta {
	font-size: 0.875rem;
	color: #78716c;
}

.ohl-legal-document h2 {
	font-size: 1.125rem;
	margin-top: 1.5rem;
}

.ohl-legal-footer-links {
	font-size: 0.8125rem;
	margin-top: 0.5rem;
}

.ohl-legal-footer-links a {
	color: inherit;
	text-decoration: underline;
}

.ohl-steps {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
}

.ohl-step {
	background: #f5f5f4;
	color: #78716c;
	padding: 0.25rem 0.75rem;
	border-radius: 9999px;
	font-size: 0.875rem;
}

.ohl-step.is-active {
	background: #fef3c7;
	color: #92400e;
}

.ohl-actions {
	display: flex;
	gap: 0.75rem;
	margin-top: 1rem;
}
