/* Loan Simulator - Tool-specific styles */
.empty-state {
  text-align: center;
  padding: 40px 20px;
  color: #999;
}

.info-section-subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333333;
  margin-top: 16px;
}

.formula-box p,
.simulation-example p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

.formula-box p + p,
.simulation-example p + p {
  margin-top: 8px;
}
