.main-input-box {
  border: 1px solid #ccc;
  padding: 10px;
  min-height: 40px;
  margin-bottom: 10px;
  white-space: pre-wrap;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
}

.solve-button {
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  background-color: #3498db;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 20px;
}

.solve-button:hover {
  background-color: #2980b9;
}

.answer-box {
  margin-top: 20px;
}

.steps-buttons {
  margin-top: 20px;
}

.step {
  margin-bottom: 16px;
}

.step-header {
  font-weight: 600;
  margin-bottom: 4px;
}

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