.social-network .social-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px;
        border-radius: 10px;
        color: #fff;
        text-decoration: none;
        transition: all 0.3s ease;
        width: calc(33.333% - 10px);
        text-align: center;
    }

    .social-network .social-link i {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .social-network .social-link span {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .social-network .social-link small {
        font-size: 12px;
        opacity: 0.8;
    }

    .social-network .facebook { background: #3b5998; }
    .social-network .twitter { background: #1da1f2; }
    .social-network .youtube { background: #ff0000; }
    .social-network .instagram { background: #c13584; }
    .social-network .telegram { background: #0088cc; }
    .social-network .x {
    background: #000000;
    }

    .social-network .whatsapp {
        background: #25D366;
    }

        .social-network .social-link:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        .social-network .tiktok {
        background: linear-gradient(45deg, #000000, #25F4EE, #FE2C55);
    }
    .social-network .social-link {
        width: calc(33.333% - 10px);
    }

    .social-network .d-flex {
        gap: 15px;
    }
