.mi-social-share {
    margin-top: 30px;
    padding: 10px;
    border-top: 1px solid #eee;
    font-family: sans-serif;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.mi-social-share p {
    flex-basis: 100%;
    font-weight: bold;
    margin-bottom: 2px;
}
.mi-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 40px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: background 0.3s ease;
}
.mi-btn svg {
    fill: white;
}
.mi-btn.facebook { background: #3b5998; }
.mi-btn.twitter { background: #1da1f2; }
.mi-btn.linkedin { background: #0077b5; }
.mi-btn.whatsapp { background: #25D366; }
.mi-btn.pinterest { background: #bd081c; }
.mi-btn.email { background: #6c6c6c; }
.mi-btn.youtube { background: #ff0000; }
.mi-btn.telegram { background: #0088cc; }
.mi-btn:hover { opacity: 0.85; }
