<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">label.error,.woocommerce-error {
    font-size: 11px;
    background: #ff0000 !important;
    color: #fff !important;
    padding: 0 5px;
    display: block;
    margin: -5px 0 5px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
        
.woocommerce-error {
    width: 48%;
    margin: 10px 0 !important;
    list-style: none;
    padding-left: 35px;
}
input.error{
    border-color: #ff0000 !important;
}

.column-invoice_type{text-align:center !important; color:#999;}
.manage-column.column-invoice_type span.status_head:after{content:"\e00f";}
.clear{clear: both !important;}
#billing_pec_field .optional,#billing_pa_code_field .optional,#billing_company_field .optional{display: none !important;}</pre></body></html>