.gateway-surcharge-notice {
    font-size: 13px;
    line-height: 1.6;
    background: #fff8e1 !important;
    color: #333 !important;
    padding: 10px 12px !important;
    border-radius: 4px;
    border: 1px solid #ffc107;
}

.gateway-surcharge-notice strong {
    color: #000 !important;
    font-weight: bold;
}

.gateway-surcharge-notice small {
    color: #555 !important;
    display: block;
    margin-top: 5px;
}

/* استایل راست‌چین استاندارد */
.rtl .gateway-surcharge-notice {
    border-right: 3px solid #ffc107 !important;
    border-left: 1px solid #ffc107 !important;
}

.woocommerce-checkout-payment .payment_methods li input[name="payment_method"]:checked ~ .gateway-surcharge-notice {
    background: #fff3e0 !important; 
    border-color: #ff9800;
}