.ux-price-stack {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.1;
}

.ux-price-line {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.ux-price-mrp {
    font-size: 12px;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 600;
}

.ux-price-sell {
    font-size: 18px;
    color: #0f172a;
    font-weight: 800;
}

.ux-price-discount {
    font-size: 11px;
    font-weight: 700;
    color: #dc2626;
    background: #fee2e2;
    border-radius: 999px;
    padding: 2px 7px;
}

.ux-price-from {
    font-size: 11px;
    color: #64748b;
    font-weight: 600;
}

.p-mrp,
.old-price,
.w-mrp,
.card-mrp {
    font-size: 12px !important;
    color: #94a3b8 !important;
    text-decoration: line-through !important;
    font-weight: 600 !important;
}

.p-price,
.card-price {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.w-disc-pct {
    font-size: 11px;
    font-weight: 700;
    color: #dc2626;
    background: #fee2e2;
    border-radius: 999px;
    padding: 2px 7px;
}

.ux-bill-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 7px;
    font-size: 14px;
    color: #334155;
}

.ux-bill-row small {
    display: block;
    font-size: 11px;
    color: #94a3b8;
    margin-top: 2px;
}

.ux-bill-row.value-positive {
    color: #0f172a;
    font-weight: 700;
}

.ux-bill-row.value-discount {
    color: #16a34a;
    font-weight: 700;
}

.ux-bill-row.value-tax {
    color: #64748b;
}

.ux-bill-total {
    border-top: 1px dashed #dbe2ef;
    padding-top: 10px;
    margin-top: 8px;
    font-size: 17px;
    font-weight: 900;
    color: #0f172a;
}
