/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.product_downloads_list {
    list-style: none;
    margin: 0;
    background-color: #efefef;
    padding: 40px;
}

.product_downloads_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product_downloads_desc {
    flex: 1 0 40%;
    white-space: nowrap;
    margin-right: 1rem;
}

.product_downloads_filetype {
    margin-right: 1rem;
}

.product_download::before {
    content: "\f316";
    font-family: dashicons;
    margin-right: 6px;
    font-size: 16px;
}

.product_downloads_container {
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
}

.product_downloads_box {
    flex: 1 1;
}