/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 16 2026 | 15:16:11 */
/* ================================
   REMOVE GO-DADDY DECORATIVE ICONS
   (star, lightbulb, hero graphics)
   ================================ */

/* Kill all SVGs and images in header / hero */
header svg,
header img,
[class*="hero" i] svg,
[class*="hero" i] img,
[class*="intro" i] svg,
[class*="intro" i] img,
[class*="decor" i] svg,
[class*="decor" i] img,
[class*="icon" i] svg,
[class*="icon" i] img {
  display: none !important;
  visibility: hidden !important;
}

/* Kill pseudo-element icons (::before / ::after) */
header *::before,
header *::after,
[class*="hero" i] *::before,
[class*="hero" i] *::after,
[class*="intro" i] *::before,
[class*="intro" i] *::after {
  content: none !important;
  background-image: none !important;
  display: none !important;
}

/* Safety: remove background icons */
header,
[class*="hero" i],
[class*="intro" i] {
  background-image: none !important;
}