/* Dual Pricing Styles */
.bgn-price {
    font-size: 12px !important;
    color: #F59E0B !important;
    font-weight: normal ! important;
    margin-left: 4px ! important;
    opacity: 0.85 ! important;
    display: inline-block ! important;
}

/* Sale prices */
del .bgn-price {
    color: #F59E0B !important;
    text-decoration: line-through;
    opacity: 0.7;
}

.price-option.selected .bgn-price {
    color: #fefefe !important;
}

.payment-price span {
    display: flex;
    align-items: center;
}

/* Responsive */
@media (max-width: 768px) {
    .bgn-price {
        display: block;
        margin-left: 0;
        margin-top: 2px;
        font-size: 11px !important;
    }

    .sticky-price del span .bgn-price,
    .sticky-price ins span .bgn-price {
        color: #fefefe ! important;
    }

    .price-option .price {
        padding: 12px 1px !important;
    }
}

/* Ensure proper spacing in WooCommerce */
.price>.bgn-price,
.woocommerce-Price-amount>.bgn-price {
    margin-left: 5px;
}

.woocommerce-checkout-review-order-table .cart_item .product-thumbnail {
    display: none;
}

.archive-product del,
.archive-product ins {
    display: flex;
    align-items: center;
}

#shipping_method>li>div.shipping-method-option>div>div>span {
    display: flex;
    align-items: center;
    margin-bottom: 8px !important;
    min-width: 105px;
}