.em-kiosk {
	direction: rtl;
	max-width: 720px;
	margin: 0 auto;
	font-size: 18px;
	font-family: -apple-system, Segoe UI, Arial, sans-serif;
	padding: 20px;
	text-align: center;
}

.em-step {
	display: none;
}
.em-step.active {
	display: block;
}

.em-kiosk-home h1 {
	font-size: 2.4em;
	margin-bottom: 40px;
}

.em-kiosk-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.em-btn {
	font-size: 1.2em;
	padding: 22px 40px;
	border-radius: 14px;
	border: none;
	cursor: pointer;
	min-width: 220px;
}

.em-btn-primary {
	background: #2271b1;
	color: #fff;
}

.em-btn-secondary {
	background: #f0f0f1;
	color: #1d2327;
	border: 2px solid #2271b1;
}

.em-btn-link {
	background: transparent;
	color: #2271b1;
	text-decoration: underline;
	min-width: auto;
	padding: 10px;
}

#em-step-new-employee fieldset,
#em-step-checkin fieldset {
	text-align: right;
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 20px;
}

#em-step-new-employee legend,
#em-step-checkin legend {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 8px;
}

#em-step-new-employee label,
#em-step-checkin label {
	display: block;
	margin-bottom: 14px;
	text-align: right;
}

#em-step-new-employee input[type="text"],
#em-step-new-employee input[type="tel"],
#em-step-new-employee input[type="email"],
#em-step-new-employee input[type="date"],
#em-step-new-employee input[type="password"],
#em-step-new-employee input[type="file"],
#em-step-checkin input[type="password"] {
	width: 100%;
	box-sizing: border-box;
	font-size: 1.1em;
	padding: 14px;
	margin-top: 6px;
	border-radius: 8px;
	border: 1px solid #ccc;
}

.em-camera-wrap {
	margin-bottom: 12px;
}

#em-camera-video,
#em-camera-preview {
	width: 100%;
	max-width: 480px;
	border-radius: 12px;
	background: #000;
}

.em-declaration-text {
	background: #f7f7f7;
	padding: 14px;
	border-radius: 8px;
	font-style: italic;
}

.em-form-error {
	color: #b32d2e;
	min-height: 1.2em;
	margin: 10px 0;
	font-weight: bold;
}
