/* ============================================================
   AutoXa Price & Schema — assets/css/price.css
   ============================================================ */

/* ── Single product page price ───────────────────────────── */
.aps-single-price {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 700;
    color: var(--axpr-price, #dc2626);
    line-height: 1.2;
}

.aps-single-price del {
    color: #9ca3af;
    font-weight: 400;
    font-size: 16px;
    margin-right: 8px;
    text-decoration: line-through;
}

.aps-single-price ins {
    text-decoration: none;
    color: var(--axpr-price, #dc2626);
}

.aps-single-price .woocommerce-Price-amount {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

/* ── Loop card price (when price is set) ─────────────────── */
.axpr-product-card .aps-card-price,
.axpr-card-content .aps-card-price {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--axpr-price, #dc2626);
    margin-bottom: 10px;
    line-height: 1.3;
}

.axpr-card-content .aps-card-price del {
    font-size: 13px;
    font-weight: 400;
    color: #9ca3af;
    margin-right: 6px;
    text-decoration: line-through;
}

.axpr-card-content .aps-card-price ins {
    text-decoration: none;
    color: var(--axpr-price, #dc2626);
}

.axpr-card-content .aps-card-price .woocommerce-Price-amount {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
