.social-share {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.share-btn:hover {
    transform: scale(1.1);
    opacity: 0.85;
}

/* Colores oficiales */
.facebook { background: #3b5998; }
.twitter { background: #1da1f2; }
.linkedin { background: #0077b5; }
.whatsapp { background: #25d366; }
.telegram { background: #0088cc; }
.pinterest { background: #bd081c; }
.reddit { background: #FF4500; }
.email { background: #7f7f7f; }
.print { background: #444; }

.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, 
              #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
