/* Compound Interest Calculator — tool-specific styles */
.growth-title {
  font-size: 1.1rem;
  margin-bottom: 12px;
}
.growth-title i { color: var(--primary); }
