/**
 * Jogemoa Tools Engine Stylesheet
 * Reusable layout & component styles for the interactive tool engine.
 */

.jm-tool-workspace-wrap {
	margin-bottom: 2.5rem;
}

.jm-tool-workspace {
	background: #FFFFFF;
	border: 1px solid #E2E8F0;
	border-radius: 16px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.04);
	padding: 2rem;
	position: relative;
}

@media (max-width: 640px) {
	.jm-tool-workspace {
		padding: 1.25rem;
	}
}

/* Copy button feedback animation */
.jm-copy-btn.is-copied {
	background-color: #16A34A !important;
	color: #FFFFFF !important;
	border-color: #16A34A !important;
}

/* Accessible Screen Reader Announcer */
#jm-live-announcer {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
