@charset "UTF-8";

/* ==========================================================================
   Front Checkout & Payment Gateway Badges Styling
   ========================================================================== */

.wc_payment_method label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-weight: 600 !important;
}

.wc-iran-gateway-badge {
    background: #ede9fe;
    color: #5c35cc;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: bold;
    margin-right: 6px;
}

.wc-iran-bnpl-badge {
    background: #dcfce7;
    color: #15803d;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: bold;
    margin-right: 6px;
}
