.account-block .entry-content {
    padding: 40px 30px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    border-radius: 24px;
    background-color: #fff;
    border: 1px solid #f8b729;
}

.account-block a {
    color: #f8b729;
}

.account-block a.button {
    color: #fff;
}

.account-block .woocommerce-MyAccount-navigation a {
    padding: 10px !important;
    font-size: 16px;
    font-weight: 400;
}

.account-block .is-active a {
    color: #fff;
    font-weight: 500;
}

.account-block .is-active {
    background-color: #f8b729;
    color: #fff;
}

.account-block .woocommerce-Address-title {
    position: relative;
}

#customer_login h2,
.account-block .woocommerce-Address-title h2 {
    font-size: 24px;
    text-transform: capitalize;
}

.account-block .woocommerce-Address-title a {
    position: absolute !important;
    right: 0;
}

.account-block .show-password-input {
    right: 1px;
    padding: 9px;
}

#account_display_name_description {
    padding-top: 5px;
    display: block;
    font-size: 16px;
}

.button {
    background-color: #f8b729;
    padding: 16px 24px;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1.2;
}

@media(max-width:1199px) {
    .account-block .woocommerce-MyAccount-navigation a {
        font-size: 14px;
    }
}