.fee td {
    text-align: right;
}

.payment_box.payment_method_pixel_pay_in3 label {
    font-weight: bold;
    border: none;
    padding: 0;
}

.payment_box.payment_method_pixel_pay_in3 label::before {
    content: unset;
}

.wc_payment_method:last-child:has(.input-radio[name=payment_method]:checked) label {
    border-bottom: none;
    border-radius: 0;
}

.wc_payment_method:last-child:has(.input-radio[name=payment_method]:checked) .payment_box {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-color: #f9ba9d;
}