.wd-price {
    font-weight: 600;
    font-size: 1.1em;
}
.wd-price-old {
    text-decoration: line-through;
    color: #888;
    margin-right: 6px;
}
.wd-price-new {
    color: var(--wd-accent, #e26425);
    font-weight: 700;
}
.wd-price-save {
    color: #2e7d32;
    margin-left: 8px;
    font-size: 0.9em;
}
