
/* override.css */

.wc_payment_methods>.wc_payment_method.payment_method_sequra #payment_method_sequra{
    display: block !important;
    visibility: visible !important;
}

.wc_payment_methods>.wc_payment_method.payment_method_sequra .sequra-payment-method {
    margin-bottom: .5em !important;
    padding-left: 2em !important;
    padding-top: 7px !important;
}

.wc_payment_methods>.wc_payment_method.payment_method_sequra .sequra-block__description p {
    display: none !important;
    visibility: hidden !important
}

.wc_payment_methods>.wc_payment_method.payment_method_sequra [for=payment_method_sequra]{
    display:  flex !important;
}



.woocommerce-order-received table.shop_table td {
    color: #000 !important;
}

.woocommerce-order-received table.shop_table tfoot td,
.woocommerce-order-received table.shop_table tfoot th,
.woocommerce-order-received table.shop_table thead th {
    color: #000 !important;
}


.woocommerce-order h2,
.woocommerce-order p{
    color: #000 !important;
}