/*
 Theme Name: Blocksy Child
 Template: blocksy
 Text Domain: blocksy-child
*/

.price .sale-price del {
    opacity: .7;
    margin-right: .35em;
}
.price .sale-price ins {
    text-decoration: none;
    font-weight: 600;
}
.price .sale-price,
.wc-block-components-product-price .sale-price {
    display: inline-flex;          /* make ordering work consistently */
    align-items: baseline;
    gap: .35em;
    flex-direction: row !important; /* undo any row-reverse */
}

/* Explicitly set element order */
.price .sale-price del,
.wc-block-components-product-price .sale-price del { order: 1 !important; }

.price .sale-price ins,
.wc-block-components-product-price .sale-price ins { order: 2 !important; }

/* Optional cosmetics */
.price .sale-price del { opacity: .7; }
.price .sale-price ins { text-decoration: none; font-weight: 600; }
.wc-block-components-totals-discount__coupon-list-item span{
    text-transform: uppercase!important;
}