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

/* ── Sequence input textarea ─────────────────────────────────────────────── */
.tbb-rev-trans .tbb-rt-sequence {
	min-height: 120px;
	font-family: var(--tbb-seq-font-mono);
	font-size:   12px;
}

/* ── Codon table textarea ────────────────────────────────────────────────── */
.tbb-rev-trans .tbb-rt-codon-table {
	min-height: 160px;
	font-family: var(--tbb-seq-font-mono);
	font-size:   11px;
}

/* ── Graph output — horizontal scroll for 98-char wide bars ─────────────── */
.tbb-rt-graph-pre {
	overflow-x:  auto;
	white-space: pre;
	font-size:   11px;
	line-height: 1.4;
}

/* ── Wider output panels on large screens ────────────────────────────────── */
@media ( min-width: 900px ) {
	.tbb-rev-trans .tbb-seq-output-pre {
		max-height: 560px;
	}
}
