/**
 * Dollar / money icon — always brand blue (#005baa).
 * Loaded after main.css so it wins over inherited heading colors.
 */
.dollar-badge,
.hero-money-icon,
.dollar-badge .hero-money-icon-text,
.hero-money-icon .hero-money-icon-text {
  color: #005baa !important;
}

.dollar-badge .hero-money-icon-svg,
.hero-money-icon .hero-money-icon-svg,
.hero-money-icon-svg {
  color: #005baa !important;
}

.dollar-badge .hero-money-icon-svg path,
.hero-money-icon .hero-money-icon-svg path,
.hero-money-icon-svg path,
.dollar-badge:hover .hero-money-icon-svg path,
.hero-money-icon:hover .hero-money-icon-svg path,
.dollar-badge:hover svg path,
.hero-money-icon:hover svg path {
  fill: #005baa !important;
}

.dollar-badge:hover,
.hero-money-icon:hover,
.dollar-badge:hover .hero-money-icon-text,
.hero-money-icon:hover .hero-money-icon-text {
  color: #005baa !important;
}
