/* Hebrew alphabet printable (אותיות א-ב להדפסה): chart, flashcards, big letter. */

.in4u-ab {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 16px;
	margin: 16px 0;
	font-family: inherit;
	color: #212529;
	direction: rtl;
	text-align: right;
}

.in4u-ab-controls { display: flex; flex-wrap: wrap; gap: 12px 16px; align-items: end; margin-bottom: 12px; }
.in4u-ab-ctrl { display: flex; flex-direction: column; gap: 4px; font-size: 14px; margin: 0; }
.in4u-ab-ctrl > span { font-weight: 600; color: #495057; }
.in4u-ab-ctrl select {
	padding: 6px 10px; border: 1px solid #ced4da; border-radius: 4px;
	background: #fff; font-size: 14px; font-family: inherit; min-width: 130px; direction: rtl;
}
.in4u-ab-toggle { flex-direction: row; align-items: center; gap: 6px; padding-top: 22px; }
.in4u-ab-toggle input { margin: 0; }

.in4u-ab-actions {
	display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
	margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid #f0f0f0;
}
.in4u-ab-btn { padding: 8px 16px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-family: inherit; cursor: pointer; transition: filter 0.15s; }
.in4u-ab-btn:hover { filter: brightness(0.95); }
.in4u-ab-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.in4u-ab-btn-primary { background: #2271b1; color: #fff; }
.in4u-ab-btn-secondary { background: #fff; color: #2271b1; border: 1px solid #2271b1; }
.in4u-ab-status { font-size: 13px; color: #6c757d; }

.in4u-ab-sheet { background: #fff; padding: 8px; }
.in4u-ab-caption { font-size: 22px; font-weight: 700; text-align: center; margin-bottom: 16px; }

.in4u-ab-grid { display: grid; gap: 8px; }
.in4u-ab-cell {
	border: 1px solid #adb5bd;
	border-radius: 6px;
	text-align: center;
	padding: 8px 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.in4u-ab-letter { font-weight: 700; color: #212529; line-height: 1; }
.in4u-ab-name { font-size: 13px; color: #6c757d; margin-top: 4px; }

.in4u-ab-chart .in4u-ab-letter { font-size: 40px; }
.in4u-ab-cards .in4u-ab-cell { border-style: dashed; padding: 22px 4px; }
.in4u-ab-cards .in4u-ab-letter { font-size: 72px; }
.in4u-ab-cards .in4u-ab-name { font-size: 15px; }

.in4u-ab-single { text-align: center; }
.in4u-ab-single svg { width: 100%; max-width: 360px; height: auto; }

@media (max-width: 560px) {
	.in4u-ab-chart .in4u-ab-letter { font-size: 30px; }
	.in4u-ab-cards .in4u-ab-letter { font-size: 54px; }
}

@media print {
	.in4u-ab-controls, .in4u-ab-actions { display: none !important; }
	.in4u-ab { border: none; padding: 0; margin: 0; }
}
