/* Upside-down text tool — reuses .ldh-tool__composer/.ldh-style-card from
 * font-generator.css (input + "label/preview/copy" card component). The
 * only override needed is making the single result card read as the page's
 * main output instead of one item in a 50+ grid. */

.ldh-udt__results {
	margin-top: var(--ldh-space-lg);
}

.ldh-udt__results .ldh-style-card {
	padding: var(--ldh-space-lg);
}

.ldh-udt__results .ldh-style-card__preview {
	font-size: 26px;
	line-height: 1.5;
}
