:root {
  --colorOrange: #d66b2b;
  --colorGray: #414141;
  --colorWhite: #fff;
  --colorBlack: #000;
  --colorRed: #d22929;
}

/* DG Woo Account Tweaks - estilos básicos */
.woocommerce-account .dg-account-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 20px;
}

.dg-account-card__info {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}

.dg-account-name {
  font-size: 1.3rem;
  font-weight: 800;
}

.dg-account-title {
  font-weight: 800;
  margin-block-end: 0;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

/****** MI CUENTA DATOS *******/

li.woocommerce-MyAccount-navigation-link a {
  background: var(--colorGray);
  padding: 0.5rem;
  border-radius: 10px;
  color: #fff;
}

li.woocommerce-MyAccount-navigation-link a:hover {
  background: var(--colorOrange);
}

nav.woocommerce-MyAccount-navigation ul {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  gap: 1.5rem;
  flex-direction: column;
}

li.woocommerce-MyAccount-navigation-link a br {
  display: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout
  a {
  background: var(--colorRed);
}

/***** CSS PANEL USUARIO ******/

.woocommerce-MyAccount-content a {
  color: #db7820;
  font-weight: bold;
}

.woocommerce form .form-row .input-text {
  border: 0px;
  border-radius: 25px;
  background: #eaeaea !important;
}

fieldset {
  border: none;
  padding: 0px !important;
}

legend {
  font-weight: bold;
  font-size: 1rem;
  padding-top: 10px;
}

h2.dg-account-title {
  font-size: 1.3rem;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
  border: none;
}

a.woocommerce-button.button.view {
  width: 100%;
  text-align: center;
  border-radius: 15px;
}

/* Aplica solo al botón de guardar detalles de cuenta */
button[name="save_account_details"],
button[name="save_address"] {
  background-color: #437540 !important; /* color de fondo */
  color: #fff !important; /* color del texto */
  border-radius: 25px !important; /* esquinas redondeadas */
  transition: background-color 0.3s ease;
}

/* Hover */
button[name="save_account_details"]:hover,
button[name="save_address"]:hover {
  background-color: #335f30 !important;
}

address {
  font-style: normal;
}

header.woocommerce-Address-title.title h2 {
  font-size: 1.3rem;
  margin: 0px;
}

.woocommerce-account .addresses .title .edit {
  float: left !important;
}

h2.dg-login-title {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}

.woocommerce-register-link a {
  color: var(--colorWhite);
  font-weight: bold;
}

@media (max-width: 768px) {
  .woocommerce-form.woocommerce-form-login.login {
    width: 100% !important;
  }
}
