.elementor-4655 .elementor-element.elementor-element-4858ec05{--display:flex;--background-transition:0.3s;}/* Start custom CSS for text-editor, class: .elementor-element-3a43b70f *//* Change the background color of the checkout page for a specific membership level */
#pmpro_level-3 .pmpro_form {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}

/* Customize the "Membership Level" section */
#pmpro_level-3 .pmpro_form #pmpro_pricing_fields {
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #e0e0e0;
}

/* Customize the "Account Information" section */
#pmpro_level-3 .pmpro_form #pmpro_user_fields {
    margin-bottom: 20px;
    padding: 15px;
}

/* Customize the "Payment Information" section */
#pmpro_level-3 .pmpro_form #pmpro_payment_information_fields {
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #ddd;
}

/* Customize the Submit button */
#pmpro_level-3 .pmpro_form .pmpro-submit input {
    background-color: #0073aa;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: bold;
}/* End custom CSS */