/* ImoMad Social Share – styles des boutons */
.imomad-share {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e6f0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    font-size: 0.95rem;
}

.imomad-share-label {
    font-weight: 600;
    color: #23395b;
    margin-right: 0.25rem;
}

.imomad-share-btn {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #f1f5fb;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.imomad-share-btn .imomad-share-icon {
    line-height: 1;
}

/* Couleurs par réseau */
.imomad-share-fb { background: #1877f2; }   /* Facebook */
.imomad-share-tw { background: #111111; }   /* X / Twitter */
.imomad-share-in { background: #0a66c2; }   /* LinkedIn */
.imomad-share-pi { background: #e60023; }   /* Pinterest */
.imomad-share-wa { background: #25D366; }   /* WhatsApp */

.imomad-share-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(15, 32, 64, 0.16);
    opacity: 0.95;
}
