/*
 * Fold Certification — Paid Status Readability v0.8.396
 * Presentation only. Order and payment data remain unchanged.
 */

/* PMPro can render the paid state with several related class names depending
 * on the account template/version. These selectors are deliberately limited
 * to the public Order History / invoice areas. */
html body:not(.wp-admin) #pmpro_account-invoices .pmpro_tag,
html body:not(.wp-admin) #pmpro_account-invoices .pmpro_status,
html body:not(.wp-admin) #pmpro_account-invoices .pmpro_tag-success,
html body:not(.wp-admin) #pmpro_account-invoices span[class*="status"],
html body:not(.wp-admin) #pmpro_account-orders .pmpro_tag,
html body:not(.wp-admin) #pmpro_account-orders .pmpro_status,
html body:not(.wp-admin) #pmpro_account-orders .pmpro_tag-success,
html body:not(.wp-admin) #pmpro_account-orders span[class*="status"],
html body:not(.wp-admin) .pmpro_account-invoices .pmpro_tag,
html body:not(.wp-admin) .pmpro_account-invoices .pmpro_status,
html body:not(.wp-admin) .pmpro_account-invoices .pmpro_tag-success,
html body:not(.wp-admin) .pmpro_account-invoices span[class*="status"],
html body:not(.wp-admin) .pmpro_account-orders .pmpro_tag,
html body:not(.wp-admin) .pmpro_account-orders .pmpro_status,
html body:not(.wp-admin) .pmpro_account-orders .pmpro_tag-success,
html body:not(.wp-admin) .pmpro_account-orders span[class*="status"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 96px !important;
    min-height: 30px !important;
    padding: 6px 14px !important;
    border: 1px solid #d6b85a !important;
    border-radius: 9px !important;
    background: #10365f !important;
    background-color: #10365f !important;
    background-image: none !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: .01em !important;
    opacity: 1 !important;
    text-shadow: none !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 0 0 1px rgba(214, 184, 90, .08) !important;
}
