/* ==========================================================================
   Multi Rev Trans — Tool-specific styles
   Shared Benchling-style framework: tools/common/tbb-sequence-tools.css
   ========================================================================== */

/* ── Alignment textarea — taller for multi-sequence input ────────────────── */
.tbb-multi-rev-trans .tbb-mrt-alignment {
	min-height: 160px;
	font-family: var(--tbb-seq-font-mono);
	font-size:   12px;
}

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

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

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