[data-network] .network-fa-fallback {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
}

/* Production safety override: keep LinkedIn icon visible in every context. */
[data-network="linkedin"] {
    
    border-color: white !important;
}

[data-network="linkedin"] svg {
    display: none !important;
}

[data-network="linkedin"]::before {
    content: "\f0e1";
    font-family: "fontawesome_brands", "Font Awesome 6 Brands";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    opacity: 1;
}

[data-network="linkedin"],
[data-network="linkedin"]:hover,
[data-network="linkedin"]:focus {
    color: #ffffff !important;
}

#p2_mariage .mariages-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

#p2_mariage .mariages-net-widget {
    display: inline-flex;
    align-items: center;
    flex: none;
}

#p2_mariage .mariages-net-widget img {
    display: block;
    width: auto;
    max-height: 90px;
}

@media (max-width: 575px) {
    #p2_mariage .mariages-actions {
        justify-content: center;
    }
}
