/*
 * Surya-Om — solid black ink finish.
 * Loaded after home-worldclass-quote-clock.css. The sun-disc artwork itself
 * is now drawn in solid black (see home-banking-insight.js); this sheet
 * replaces the colourful halo with a soft black-ink glow so the symbol
 * reads as crisp printed artwork with a gentle aura.
 */

.home-premium-shell .home-daily-quote-card__icon .om-sun-svg {
  filter:
    drop-shadow(0 0 2.5px rgba(17, 17, 17, 0.45))
    drop-shadow(0 0 9px rgba(17, 17, 17, 0.20));
}
