/*
 * Copyright (c) 2025.
 * Author: Stefano Cupioli
 * Company: Seken Srl - www.seken.it
 * #82: 547|32784
 */

#product-documents-list {
    clear: both;
}
#product-documents-list div.documents-htmltopdf button#htmltopdf {
    align-items: center;
    display: flex;
    font-weight: bold;
    color: #272D33;
}
#product-documents-list div.documents-htmltopdf button#htmltopdf:hover {
     color: #fb5001;
 }
#product-documents-list div.documents-htmltopdf,
#product-documents-list div.documents-attachments {
    float: left;
    line-height: 2rem;
    margin-right: 80px;
}

button#htmltopdf {
    font-size: 16px;
    align-items: center;
    display: flex;
    font-weight: bold;
}
div#product-documents .title-2 {
    margin-bottom: 28px;
}
button#htmltopdf:before {
    content: '';
    background: url("../images/pdf-file.svg") no-repeat left center;
    background-size: 100%;
    display: inline-flex;
    height: 1.75rem;
    width: 1.5rem;
    margin-right: 8px;
}