body.page-template-default .wp-site-blocks main .wp-block-post-title {
  margin-bottom: 30px;
  max-width: 100%;
  text-align: center;
  font-size: 40px;
}
body.page-template-default .wp-site-blocks main .mi-cuenta .woocommerce-MyAccount-navigation ul li a {
  font-family: var(--theme-font);
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
body.page-template-default .wp-site-blocks main .mi-cuenta .woocommerce-MyAccount-content h2 {
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 15px;
}
body.page-template-default .wp-site-blocks main .mi-cuenta .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h2 {
  text-align: left;
}
body.page-template-default .wp-site-blocks main .mi-cuenta .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title a.edit {
  float: left;
}
body.page-template-default .wp-site-blocks main .mi-cuenta .woocommerce {
  max-width: 100% !important;
}
body.page-template-default .wp-site-blocks main .mi-cuenta .woocommerce h2 {
  font-size: 32px;
  text-align: center;
}
body.page-template-default .wp-site-blocks main .mi-cuenta .woocommerce .woocommerce-form-login {
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 80px;
}
body.page-template-default .wp-site-blocks main .mi-cuenta .woocommerce .woocommerce-form-login .form-row .woocommerce-button {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: var(--theme-base);
  color: var(--theme-white);
}
body.page-template-default .wp-site-blocks main .mi-cuenta .woocommerce .woocommerce-ResetPassword {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}
body.page-template-default .wp-site-blocks main .mi-cuenta .woocommerce .woocommerce-ResetPassword label {
  text-align: center;
}
body.page-template-default .wp-site-blocks main .mi-cuenta .woocommerce .woocommerce-ResetPassword .woocommerce-Button {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: var(--theme-base);
  color: var(--theme-white);
}
