.junicom_product--attachment-list {
    margin: 0 0 4em 0;
    padding: 0;
    list-style: none;
}

.junicom_product--attachment-list-item {
    font-weight: 600;
    line-height: 2rem;
}

.product-attachment-type::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    vertical-align: text-top;
    margin-right: 0.25rem;
}

.product-attachment-type--png::before,
.product-attachment-type--jpg::before,
.product-attachment-type--jpeg::before {
    background-image: url('../images/icons/image.svg');
}

.product-attachment-type--pdf::before {
    background-image: url('../images/icons/file.svg');
}

.product-attachment-type--zip::before {
    background-image: url('../images/icons/file-zip.svg');
}

