/* ==========================================================================
   Three to One — Tool-specific styles
   Shared Benchling-style framework: tools/common/tbb-sequence-tools.css
   ========================================================================== */

/* ── Textarea ────────────────────────────────────────────────────────────── */
.tbb-three-to-one .tbb-seq-textarea {
	min-height: 160px;
}

/* ── Output max-height ───────────────────────────────────────────────────── */
@media ( min-width: 900px ) {
	.tbb-three-to-one .tbb-seq-output-pre {
		max-height: 420px;
	}
}
