.eima-ariketa {
	font-family: inherit;
	max-width: 760px;
	margin: 24px 0;
	padding: 20px;
	border: 1px solid #d9d3c5;
	border-radius: 12px;
	background: #fbf9f4;
}

.eima-ariketa * {
	box-sizing: border-box;
}

.eima-level-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.eima-level-nav button {
	border: 2px solid #5c8a5c;
	background: #fff;
	color: #35543a;
	padding: 8px 18px;
	border-radius: 999px;
	cursor: pointer;
	font-weight: 700;
	font-size: 0.95rem;
}

.eima-level-nav button.active {
	background: #5c8a5c;
	color: #fff;
}

.eima-instrukzioa {
	background: #eef3e6;
	border: 1px solid #cddcc0;
	border-radius: 8px;
	padding: 12px 16px;
	margin-bottom: 16px;
	font-size: 0.98rem;
}

.eima-hint {
	font-style: italic;
	color: #5b5646;
	margin-bottom: 12px;
}

/* --- Lotu / Ikono-hitza --- */
.eima-lotu-wrap {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.eima-lotu-col {
	flex: 1 1 260px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.eima-item-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	text-align: left;
	padding: 12px 14px;
	border: 2px solid #c9c2ac;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	font-size: 1rem;
	transition: border-color 0.15s, background-color 0.15s;
}

.eima-item-btn .eima-icon {
	font-size: 1.6rem;
	line-height: 1;
}

.eima-item-btn img.eima-icon-img {
	/* width: 40px; */
	height: 120px;
	object-fit: contain;
}

.eima-item-btn:hover:not(:disabled) {
	border-color: #8aa876;
}

.eima-item-btn.selected {
	border-color: #2e7d32;
	background: #e6f2e6;
}

.eima-item-btn.paired {
	border-color: #b98fe0;
	background: #f3ecfb;
}

.eima-item-btn .eima-pair-badge {
	margin-left: auto;
	background: #b98fe0;
	color: #fff;
	border-radius: 999px;
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8rem;
	font-weight: 700;
}

.eima-item-btn.correct {
	border-color: #2e7d32;
	background: #dcf0dc;
}

.eima-item-btn.incorrect {
	border-color: #c62828;
	background: #fbe3e3;
}

.eima-item-btn:disabled {
	cursor: default;
}

/* --- Hitz-bankua --- */
.eima-bank {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
	padding: 12px;
	border: 1px dashed #b7ae94;
	border-radius: 10px;
}

.eima-bank-label {
	width: 100%;
	font-weight: 700;
	margin-bottom: 4px;
	color: #5b5646;
}

.eima-bank-word {
	padding: 8px 14px;
	border-radius: 999px;
	border: 2px solid #d9a441;
	background: #fff8e8;
	cursor: pointer;
	font-weight: 600;
}

.eima-bank-word.selected {
	background: #d9a441;
	color: #fff;
}

.eima-bank-word:disabled {
	opacity: 0.4;
	cursor: default;
}

.eima-sentence {
	margin: 14px 0;
	line-height: 2.4;
	font-size: 1.05rem;
}

.eima-sentence .eima-blank {
	display: inline-block;
	min-width: 100px;
	padding: 2px 10px;
	border-bottom: 3px solid #8aa876;
	text-align: center;
	cursor: pointer;
	font-weight: 700;
	color: #35543a;
}

.eima-sentence .eima-blank.empty::after {
	content: '\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0';
}

.eima-sentence .eima-blank.correct {
	border-color: #2e7d32;
	background: #dcf0dc;
}

.eima-sentence .eima-blank.incorrect {
	border-color: #c62828;
	background: #fbe3e3;
}

/* --- Egia / Faltsua --- */
.eima-ef-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	padding: 12px 14px;
	margin: 10px 0;
	border: 2px solid #c9c2ac;
	border-radius: 10px;
	background: #fff;
}

.eima-ef-row.correct {
	border-color: #2e7d32;
	background: #dcf0dc;
}

.eima-ef-row.incorrect {
	border-color: #c62828;
	background: #fbe3e3;
}

.eima-ef-esaldia {
	flex: 1 1 300px;
	font-size: 1rem;
}

.eima-ef-btns {
	display: flex;
	gap: 8px;
}

.eima-ef-btn {
	padding: 8px 16px;
	border-radius: 999px;
	border: 2px solid #8aa876;
	background: #fff;
	cursor: pointer;
	font-weight: 700;
}

.eima-ef-btn.selected {
	background: #5c8a5c;
	color: #fff;
}

.eima-ef-btn:disabled {
	cursor: default;
}

/* --- Aukera anitza --- */
.eima-aa-q {
	margin: 18px 0;
}

.eima-aa-qtext {
	font-weight: 700;
	margin-bottom: 10px;
}

.eima-aa-opts {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.eima-aa-opt {
	display: flex;
	align-items: center;
	gap: 10px;
	text-align: left;
	padding: 10px 14px;
	border: 2px solid #c9c2ac;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	font-size: 1rem;
}

.eima-aa-opt .eima-icon {
	font-size: 1.6rem;
	line-height: 1;
}

.eima-aa-opt img.eima-icon-img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.eima-aa-opt.selected {
	border-color: #2e7d32;
	background: #e6f2e6;
}

.eima-aa-opt.correct {
	border-color: #2e7d32;
	background: #dcf0dc;
}

.eima-aa-opt.incorrect {
	border-color: #c62828;
	background: #fbe3e3;
}

.eima-aa-opt:disabled {
	cursor: default;
}

/* --- Galdera irekia --- */
.eima-gi-q {
	margin: 16px 0;
}

.eima-gi-qtext {
	font-weight: 700;
	margin-bottom: 8px;
}

.eima-gi-textarea {
	width: 100%;
	min-height: 90px;
	padding: 10px;
	border: 2px solid #c9c2ac;
	border-radius: 10px;
	font-family: inherit;
	font-size: 1rem;
	resize: vertical;
}

.eima-gi-note {
	font-style: italic;
	color: #5b5646;
	margin-top: 10px;
}

/* --- Ekintzak / puntuazioa --- */
.eima-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.eima-btn {
	padding: 10px 18px;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	font-weight: 700;
	font-size: 0.95rem;
}

.eima-check {
	background: #2e7d32;
	color: #fff;
}

.eima-reset {
	background: #eee;
	color: #333;
}

.eima-print-blank,
.eima-print-answers {
	background: #f0e6d2;
	color: #5b4227;
}

.eima-score {
	margin-top: 12px;
	font-weight: 700;
	font-size: 1.05rem;
}

/* --- Inprimatzeko orria (ezkutuan pantailan) --- */
.eima-print-root {
	display: none;
}

@media print {
	body * {
		visibility: hidden !important;
	}
	.eima-print-root.active,
	.eima-print-root.active * {
		visibility: visible !important;
	}
	.eima-print-root.active {
		display: block !important;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
}

.eima-print-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
	font-size: 0.95rem;
	border-bottom: 2px solid #333;
	padding-bottom: 10px;
}

.eima-print-title {
	font-size: 1.3rem;
	font-weight: 800;
	margin-bottom: 4px;
}

.eima-print-key-label {
	display: inline-block;
	background: #333;
	color: #fff;
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 0.85rem;
	margin-bottom: 10px;
}

.eima-print-pairs {
	display: flex;
	gap: 40px;
}

.eima-print-col {
	flex: 1;
}

.eima-print-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0;
	font-size: 1rem;
}

.eima-print-letter,
.eima-print-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border: 2px solid #333;
	border-radius: 50%;
	font-weight: 700;
	flex-shrink: 0;
}

.eima-print-answer-line {
	display: inline-block;
	min-width: 40px;
	border-bottom: 1px solid #333;
	margin-right: 6px;
}

.eima-print-sentence {
	margin: 12px 0;
	font-size: 1.05rem;
	line-height: 1.8;
}

.eima-print-bank {
	margin: 14px 0;
	padding: 10px;
	border: 1px dashed #333;
}

.eima-print-opt {
	display: inline-block;
	margin-right: 18px;
}

.eima-print-open-line {
	border-bottom: 1px solid #333;
	height: 24px;
	margin: 10px 0;
}
