/*
Theme Name: Shop Child Theme
Description: DocDx storefront customizations for Hello Elementor.
Author: DocDx
Template: hello-elementor
Version: 1.0.0
Text Domain: shop-child-theme
*/

/* Copay and Self Pay cards. */
.woocommerce ul.products li.product.product_cat-custom-amount {
    border: 1px solid #d9e3ef;
    border-radius: 14px;
    padding: 18px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(15, 42, 74, .05);
}

.woocommerce ul.products li.product.product_cat-custom-amount .woocommerce-loop-product__title {
    padding-top: 0;
    color: #071d41;
    font-weight: 700;
}

.dx-loop-desc {
    min-height: 70px;
    margin: 8px 0 12px;
    color: #52657a;
    font-size: 14px;
    line-height: 1.5;
}

.dx-nyp-form {
    display: grid;
    gap: 12px;
    margin-top: 12px;
}

.dx-nyp-form input.dx-amount {
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid #d6e0ea;
    border-radius: 9px;
    box-sizing: border-box;
}

.woocommerce .dx-nyp-form button.button {
    width: 100%;
    min-height: 45px;
    border-radius: 9px;
    background: #1668b0;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.woocommerce .dx-nyp-form button.button:hover {
    background: #12558f;
    color: #fff;
}

@media (max-width: 767px) {
    .dx-loop-desc { min-height: 0; }
}
