/* ==========================================================================
   DNA Stats — Tool-specific styles
   Shared Benchling-style framework: tools/common/tbb-sequence-tools.css
   ========================================================================== */

/* ── Textarea ─────────────────────────────────────────────────────────────── */
.tbb-dna-stats .tbb-seq-textarea {
	min-height: 140px;
}

/* ── Output — taller pre for multi-section stat tables ────────────────────── */
@media ( min-width: 900px ) {
	.tbb-dna-stats .tbb-seq-output-pre {
		max-height: 600px;
	}
}
