.elementor-15 .elementor-element.elementor-element-5126750 .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
    text-align: center;
}

.woocommerce-MyAccount-content-wrapper {
    padding: 0 !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper {
    border: none !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) address {
    border: none !important;
    padding: 0 !important;
}

.elementor-account-registration-duration {
    color: #9B9EB0;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

.elementor-user-greeting {
    color: #1E242B;
    font-family: "Bebas Neue";
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}

.elementor-discount-rank {
    text-align: center;
    margin-top: 20px;
}

.discount-progress-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 20px;
}

.discount-progress-bar {
    width: 100%;
    height: 10px;
    background-color: #d0d0d9;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.discount-progress-filled {
    height: 100%;
    background-color: #FA5632;
    border-radius: 5px 0 0 5px;
    transition: width 0.3s ease;
}

.discount-progress-circle {
    position: absolute;
    top: -17px;
    width: 45px;
    height: 45px;
    background-color: #FA5632;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
