.elementor-7550 .elementor-element.elementor-element-c79c1b2{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-4d669b5 *//* ACCOUNT EMAIL LABEL — BOLD BLUE */
body .affwp-form label[for="affwp-user-email"] {
    font-weight: 700;
    color: #004b8d;
}/* End custom CSS */
/* Start custom CSS *//* USERNAME LABEL — ADD FORMAT INSTRUCTIONS */
body .affwp-form label[for="affwp-user-login"],
body .affwp-form label[for="user_login"] {
    font-weight: 700;
    color: #004b8d;
    position: relative;
}

body .affwp-form label[for="affwp-user-login"]::after,
body .affwp-form label[for="user_login"]::after {
    content: " (Format: STATECODE-firstinitial.lastname)";
    font-weight: 400;
    color: #333;
    font-size: 14px;
    margin-left: 4px;
}

/* YOUR NAME — ADD FIRST & LAST NAME INSTRUCTIONS */
body .affwp-form label[for="affwp-user-name"] {
    font-weight: 700;
    color: #004b8d;
    position: relative;
}

body .affwp-form label[for="affwp-user-name"]::after {
    content: " (Enter First & Last Name)";
    font-weight: 400;
    color: #333;
    font-size: 14px;
    margin-left: 4px;
}

/* HIDE: HOW WILL YOU PROMOTE US? */
body .affwp-form label[for="affwp-promotion-method"],
body .affwp-form #affwp-promotion-method {
    display: none;
}

/* HIDE: PAYMENT EMAIL */
body .affwp-form label[for="affwp-payment-email"],
body .affwp-form #affwp-payment-email {
    display: none;
}/* End custom CSS */