/*
Theme Name: Get Right Peptides Divi Child
Theme URI: https://getrightpeptides.com/
Description: Custom Divi child theme for Get Right Peptides.
Author: Pompano Web Designs
Version: 1.0.0
Template: Divi
*/

/* =========================================================
   GET RIGHT PEPTIDES — CUSTOM STYLES
   ========================================================= */

/* Testing Services product grid — align product titles/prices */
.grp-testing-products ul.products li.product .woocommerce-loop-product__title {
    min-height: 4.2em;
    margin-bottom: 0.35rem;
}

.grp-testing-products ul.products li.product .price {
    display: block;
    margin-top: 0;
}

/* GRP — Make Order Files Uploader download link visible */
.woocommerce-account a.gpls-wpcsupdr-download-order-upload {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    padding: 9px 14px;
    background: #476be4;
    color: #ffffff !important;
    border-radius: 4px;
    font-family: inherit;
    font-size: 0;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
}

.woocommerce-account a.gpls-wpcsupdr-download-order-upload::before {
    content: "DOWNLOAD REPORT";
    color: #ffffff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.woocommerce-account a.gpls-wpcsupdr-download-order-upload:hover {
    background: #2f55d4;
}

/* GRP — Hide unused WooCommerce Downloads menu tab */
.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}