/* static/css/calculators/algebra-1/equation-rearranger-calculator.css */

.subject-input-box {
  display: inline-block;    
  height: 50px;              
  padding: 8px;            
  box-sizing: border-box;    
  border: 1px solid #ccc;
  font-size: 14px;
  outline: none; 
}


.subject-container {
  margin-bottom: 10px;
}

.step-answer {
  background-color: #f9f9f9;
  padding: 8px;
  border-radius: 4px;
  margin-top: 8px;
}

.final-answer {
  font-weight: bold;
  margin-top: 12px;
  font-size: 1.1em;
}

.steps-container .step {
  margin-bottom: 16px;
}

.steps-container .step-explanation {
  font-weight: 600;
}
