        /*
         * Oculta SOLO el span interno que contiene el símbolo +.
         * No toca ::before ni ::after para no romper flechas/imágenes.
         */
        html body .gg-seo-ficha .faq-item__question > span.faq-item__icon,
        html body .gg-seo-ficha .faq-item__question > span.gg-faq-item__icon,
        html body .gg-seo-ficha .gg-faq-item__question > span.faq-item__icon,
        html body .gg-seo-ficha .gg-faq-item__question > span.gg-faq-item__icon {
            display: none !important;
            visibility: hidden !important;
            opacity: 0 !important;
            width: 0 !important;
            min-width: 0 !important;
            max-width: 0 !important;
            height: 0 !important;
            min-height: 0 !important;
            max-height: 0 !important;
            margin: 0 !important;
            padding: 0 !important;
            overflow: hidden !important;
            font-size: 0 !important;
            line-height: 0 !important;
            pointer-events: none !important;
        }
