/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Author:       Hanaddi Rey Mamba
 Version:      1.0.0
*/

/* Hide any button that contains the word 'renew' in the subscription actions */
.woocommerce-MyAccount-content .subscription-actions a[class*="renew"] {
    display: none !important;
}