/* অনুপাত ক্যালকুলেটর — কমপ্যাক্ট "a : b = c : x" সমাধান-সারি। */
.uqtool--ratio .uqtool__ratio-solve-row {
  display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap;
  font-size: 17px; font-weight: 600; color: var(--uq-ink); margin: 1.1rem 0;
}
/* Own `display` value + JS toggles `.hidden` on this element -- needs the
   explicit [hidden] override or it never actually hides (see the GPA
   calculator's custom-wrap bug for the full explanation). */
.uqtool--ratio .uqtool__ratio-solve-row[hidden] { display: none; }
.uqtool--ratio .uqtool__ratio-solve-row input {
  width: 64px; text-align: center; padding: 10px 6px; font-size: 16px; font-weight: 600;
}
.uqtool--ratio .uqtool__ratio-solve-row input:disabled { background: var(--uq-panel); color: var(--uq-brand); }
