/* <link rel="stylesheet" href="{ basePath }/sfsites/c/resource/ecommStyle/css/components/commerce-product-attachments.css?{ versionKey }"/> */

/*
    This component is used on the PDP page.
*/

commerce_product_details-product-attachments > ul {
    display: flex;
    flex-direction: column;
}

commerce_product_details-product-attachments > ul > li {
    display: flex !important;
    font-size: 1.125rem;
    font-weight: 600;
}

commerce_product_details-product-attachments > ul > li > a {
    word-break: break-all;
}