/* Basic styling inherited from common styles remains unchanged */

/* New styling for step answers */
.step-answer {
    background-color: #f0f0f0;
    padding: 8px;
    border-radius: 4px;
    margin-top: 8px;
  }
  
  /* You can also style the final answer box if needed */
  .final-answer-box {
    font-weight: bold;
    margin-top: 12px;
    font-size: 1.1em;
  }
  
  /* division-of-fractions-calculator.css */
.main-input-box {
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 40px;
    margin-bottom: 10px;
  }