/*
 Theme Name:   Woodmart Child - Perfect Homs
 Description:  Custom WoodMart Child Theme with Advanced Filtering & Category Display
 Author:       Perfect Homs Development Team
 Author URI:   http://perfecthoms.local
 Template:     woodmart
 Version:      2.1.0
 Text Domain:  woodmart
 Tags:         e-commerce, woocommerce, ajax-filters, product-categories
 License:      GPL v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==========================================================================
   WooCommerce Admin - Payment Method Badges
   ========================================================================== */

.payment-badge {
    display: inline-block;
    padding: 4px 8px;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}

.payment-badge.payment-netopia {
    background: #dc3232;
    color: #ffffff;
}

.payment-badge.payment-other {
    background: #ddd;
    color: #000;
}
