/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.wps_sfw-sb-cta-total {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

/* Old price styling */
.wps-original-price {
  text-decoration: line-through;
  color: #999;
  font-size: 22px;
  margin-right: 6px;
  order: 1;              /* show BEFORE discounted visually */
}

/* Discounted (cart span) styling */
.wps_sfw-sb-cta-total > span {
  color: #28a745;
  font-weight: 600;
  font-size: 24px;
  order: 2;              /* show AFTER original visually */
}
.wps_sfw-sb-cta-total > span.wps-original-price {
    color: #dcdcdc;
    font-size: 16px;
}