/* SliceWP Registration Form Fields to Hide */

/* Payment Email */
#slicewp-payment-email-field, .slicewp-payment-email-field {
    display: none !important;
}

/* Website */
#slicewp-website-field, .slicewp-website-field {
    display: none !important;
}

/* How will you promote us? */
#slicewp-how-promote-field, .slicewp-how-promote-field {
    display: none !important;
}

/* FORCE HIDE ABANDON AND RENEW BUTTONS ON DASHBOARD */
.pms-account-subscription-details .pms-subscription-actions a {
    /* Hide ALL links within the Actions section */
    display: none !important;
}

/* If you only want to hide the Abandon link, use this more specific code: */
/* .pms-subscription-actions a[href*="pms_action=cancel_subscription"] {
    display: none !important;
} */