/* ==========================================================================
 * Hover Specifications Table (WooCommerce Product Cards)
 * Module: hover-specs
 * ========================================================================== */

/* Hover Specifications Table */
.fade-in-block .woocommerce-product-attributes { 
    display: block !important; 
    width: 100% !important; 
    margin: 5px 0; 
}

.fade-in-block .woocommerce-product-attributes tr { 
    display: flex !important; 
    justify-content: space-between; 
    align-items: baseline; 
    padding: 1px 0; 
    line-height: 1.3; 
}

.fade-in-block .woocommerce-product-attributes th { 
    flex: 1; 
    text-align: left; 
    font-weight: 600; 
    color: rgb(51, 51, 51); 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}

.fade-in-block .woocommerce-product-attributes td { 
    flex: 0 0 auto; 
    text-align: right; 
    padding-left: 15px; 
    white-space: nowrap; 
    color: #777; 
}

.fade-in-block .woocommerce-product-attributes td p { 
    display: inline; 
    margin: 0; 
}

/* Force Expand Hover Box */
.fade-in-block .wd-more-desc-btn, 
.fade-in-block .wd-more-desc:after { 
    display: none !important; 
}

.fade-in-block .hover-content-inner, 
.fade-in-block .wd-more-desc { 
    max-height: none !important; 
    height: auto !important; 
    overflow: visible !important; 
}
