/**
*  2009-2020 Arte e Informatica
*
*  For support feel free to contact us on our website at http://www.tecnoacquisti.com
*
*  @author    Arte e Informatica <admin@arteinformatica.eu>
*  @copyright 2009-2025 Tecnoacquisti.com
*  @license   One Paid Licence By WebSite Using This Module. No Rent. No Sell. No Share.
*
*/

/* --- LISTE SENZA STILE E MARGINI --- */
ul.show-attachments,
ul#list-attachments {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* --- STRUTTURA LISTA ALLEGATI --- */
ul#list-attachments li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 84px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 80%;
}

ul#list-attachments li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

ul#list-attachments li img {
    display: block;
    width: 64px;
    height: auto;
    margin: 0 auto; /* Centramento immagine */
}

ul#list-attachments li .showname {
    display: block;
    margin-top: 5px; /* Spazio tra immagine e testo */
}

/* --- FLEX WRAPPER --- */
ul.flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

ul.flex li {
    margin: 0 10px;
}

/* --- IMMAGINI NO-FLEX E ART-ATTACHMENTS --- */
.noflex img {
    width: 36px;
    height: auto;
}

.art-attachments img {
    width: 64px;
    height: auto;
    display: block;
}

.product-attachments .art-attachments h3 {
    display: none;
}

