/* Shapes printable (צורות להדפסה): chart, flashcards, big shape to color. */

.in4u-sh {
	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-sh-controls { display: flex; flex-wrap: wrap; gap: 12px 16px; align-items: end; margin-bottom: 12px; }
.in4u-sh-ctrl { display: flex; flex-direction: column; gap: 4px; font-size: 14px; margin: 0; }
.in4u-sh-ctrl > span { font-weight: 600; color: #495057; }
.in4u-sh-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-sh-toggle { flex-direction: row; align-items: center; gap: 6px; padding-top: 22px; }
.in4u-sh-toggle input { margin: 0; }

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

.in4u-sh-render { text-align: center; overflow-x: auto; }
.in4u-sh-render svg { width: 100%; max-width: 680px; height: auto; display: block; margin: 0 auto; background: #fff; }
.in4u-sh-single svg { max-width: 340px; }

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