/* MTG Shared Render Matrix: mtg-product-share-network-icons-css */


        /* MTG FIX: centrar fila de iconos dentro de la card share */
        .mtg-product-share-core,
        .mtg-product-share,
        [class*="product-share"] {
            text-align: center !important;
        }

        .mtg-product-share-core strong,
        .mtg-product-share strong,
        [class*="product-share"] strong {
            display: block !important;
            text-align: left !important;
        }

        .mtg-product-share-core .mtg-share-actions,
        .mtg-product-share-core .mtg-product-share-actions,
        .mtg-product-share .mtg-share-actions,
        .mtg-product-share .mtg-product-share-actions,
        [class*="product-share"] .mtg-share-actions,
        [class*="product-share"] .mtg-product-share-actions {
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            flex-wrap: wrap !important;
            gap: 12px !important;
            width: 100% !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .mtg-product-share-core a,
        .mtg-product-share-core button,
        .mtg-product-share a,
        .mtg-product-share button,
        [class*="product-share"] a,
        [class*="product-share"] button {
            float: none !important;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            flex: 0 0 auto !important;
        }

        .mtg-share-real-icon,
        .mtg-product-share-real-icon {
            width: 22px !important;
            height: 22px !important;
            display: block !important;
            object-fit: contain !important;
            margin: 0 auto !important;
            pointer-events: none !important;
        }

        .mtg-share-plus,
        .mtg-product-share-plus {
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 22px !important;
            height: 22px !important;
            margin: 0 auto !important;
            font-size: 24px !important;
            line-height: 1 !important;
            font-weight: 800 !important;
            color: #f97316 !important;
            pointer-events: none !important;
        }

        .mtg-product-share-core a,
        .mtg-product-share-core button,
        .mtg-product-share a,
        .mtg-product-share button,
        [class*="product-share"] a,
        [class*="product-share"] button {
            line-height: 1 !important;
        }
