.downloads_sect {
    background-color: #F8F9FC;
    color: #2C2C2C;
    line-height: 1.4;
}
.downloads_sect .product_cols {
    border-top: 1px solid #E5E7EB;
    padding-top: 2.5em;
    justify-content: space-between;
}
.downloads_sect .product_col {
    box-sizing: border-box;
}
.downloads_sect .product_col:not(:last-child) {
    margin-bottom: 2.5em;
}
.downloads_sect .product_sku {
    text-transform: uppercase;
    font-weight: 700;
}
.downloads_sect .product_sku:not(:last-child) {
    margin-bottom: 0.75em;
}
.downloads_sect .product_title:not(:last-child) {
    margin-bottom: 0.75em;
}
.downloads_sect .product_permalink:not(:last-child) {
    margin-bottom: 0.75em;
}
.downloads_sect .product_image {
    max-width: 100%;
    display: block;
}
.downloads_sect .resources_group:not(:last-child) {
    margin-bottom: 2.5em;
}
.downloads_sect .resources_group_title {
    text-transform: uppercase;
    font-size: 0.875em;
}
.downloads_sect .resources_group_title:not(:last-child) {
    margin-bottom: 1.25em;
}
.downloads_sect .resources_file {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 2em;
    position: relative;
    min-height: 1.5em;
    color: inherit;
}
.downloads_sect .resources_file:hover {
    color: #2D74FF;
    text-decoration: none;
}
.downloads_sect .resources_file:not(:last-child) {
    margin-bottom: 1.25em;
}
.downloads_sect .resources_file_icon {
    position: absolute;
    top: 0.75em;
    left: 0.75em;
    transform: translate(-50%, -50%);
    max-width: 1.5em;
    max-height: 1.5em;
}
.downloads_sect .resources_file_name {
    font-size: 0.75em;
}






.autocomplete_downloads_product {
    padding: 0.5em 1.25em;
    color: #2C2C2C;
    line-height: 1.4;
    box-sizing: border-box;
}
.autocomplete_downloads_product_sku {
    font-weight: 600;
    font-size: 0.875em;
    text-transform: uppercase;
}
.autocomplete_downloads_product_title {
    font-size: 0.75em;
}