/* edit account */
/* temporary fix of disable unlink function of the nextend social plugin */
.woocommerce-EditAccountForm > *:nth-child(1),
.woocommerce-EditAccountForm > *:nth-child(2) {
    display: none !important;
}
.edit-account__label {
    color: #000000;
    font-size: 14px;
}