/* Cargo Product Price Widget Styles */
.cargo-product-price-wrapper {
    display: flex;
    flex-direction: column;
}

.cargo-product-price-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cargo-sales-price {
    color: #333;
}

.cargo-regular-price {
    text-decoration: line-through;
    color: #777;
}

.cargo-regular-price.no-sale {
    text-decoration: none;
    color: #333;
}

.cargo-regular-price bdi,
.cargo-regular-price .woocommerce-Price-currencySymbol,
.cargo-sales-price bdi,
.cargo-sales-price .woocommerce-Price-currencySymbol {
    color: inherit;
}

.cargo-price-divider {
    display: inline-block;
    height: 1.2em;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ccc;
    margin: 0 8px;
}

.cargo-discount-text {
    color: #176f45;
    font-weight: 500;
}

.cargo-tax-details {
    margin-top: 4px;
    font-size: 0.85em;
    color: #666;
}