.jm-visually-hidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.jm-viewport-locked {
	min-height: 100dvh;
}

.jm-stack > * + * {
	margin-top: var(--jm-space-sm);
}

.jm-text-muted {
	color: var(--jm-color-muted);
}

.jm-align-start {
	align-items: start;
}

.jm-hide-if-empty:empty {
	display: none;
}
