/*
 * Stylesheet for Pro Member Pricing.
 *
 * Pro / SALE badges appended to product prices.
 */

.wc-pro-badge {
    display: inline-block;
    background-color: #ffda44;
    color: #000;
    border-radius: 2px;
    padding: 3px 8px;
    font-size: 0.75em;
    line-height: 1.2;
    margin-left: 4px;
    vertical-align: middle;
}

/* When the public sale price is lower than the pro price */
.wc-pro-badge.wc-badge-sale {
    background-color: #317397;
    color: #ffffff;
}

.wc-pro-badge.is-struck {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    opacity: 0.65;
}
