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

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

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