/* Styles pour le module de maillage séquentiel de produits */
.maillage-produit-wrapper {
    margin: 4em 0;
    background: #F6F6F6;
    padding: 4em;
    color: #2B2B2B;
    font-size: 0.9em;
}
.maillage-produit-wrapper > span {
    color: #2B2B2B;
    font-weight: 800;
    font-size: 1em;
    margin-bottom: 0.5em;
    display: inline-block;
    text-transform: uppercase;
}
.maillage-produit-wrapper a {
    text-decoration: underline;
    padding: 0.1em 0.5em;
    border-radius: 5em;
    color: #000; /* Couleur du lien explicite */
}
.maillage-produit-wrapper a:hover {
    text-decoration: underline;
    padding: 0.1em 0.5em;
    border-radius: 5em;
    color: #000000;
}