.elementor-13 .elementor-element.elementor-element-677a16d{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:25px 25px 25px 25px;}.elementor-13 .elementor-element.elementor-element-677a16d:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-677a16d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #0D092982 0%, #6A55AE73 100%);}.elementor-13 .elementor-element.elementor-element-b67bd59 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text:focus, .elementor-13 .elementor-element.elementor-element-b67bd59 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row select:focus, .elementor-13 .elementor-element.elementor-element-b67bd59 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default.select2-container--focus .select2-selection--single, .elementor-13 .elementor-element.elementor-element-b67bd59 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default.select2-container--focus, .elementor-13 .elementor-element.elementor-element-b67bd59 .e-my-account-tab__payment-methods input[type=text]:focus{background-color:#FFFFFF;}.elementor-13 .elementor-element.elementor-element-b67bd59.elementor-element{--align-self:center;}.elementor-13 .elementor-element.elementor-element-b67bd59{--tabs-border-radius:15px 15px 15px 15px;--sections-border-radius:25px 25px 25px 25px;--typography-section-titles-color:#FFFFFF;--tables-title-color:#FFFFFF;--tables-items-color:#FFFFFF;--variations-color:#FFFFFF;}.elementor-13 .elementor-element.elementor-element-b67bd59 .input-text:focus, .elementor-13 .elementor-element.elementor-element-b67bd59 select:focus, .elementor-13 .elementor-element.elementor-element-b67bd59 .select2-container--default .select2-selection--single:focus, .elementor-13 .elementor-element.elementor-element-b67bd59 .e-my-account-tab__payment-methods input[type=text]:focus{box-shadow:0px 0px 10px 0px rgba(255, 255, 255, 0.8);}/* Start custom CSS for woocommerce-my-account, class: .elementor-element-b67bd59 *//* Contenedor principal del widget Mi cuenta */
.neon-account-zg {
  background-color: #0a0a0a !important;
  border: 2px solid #00ffff !important;
  border-radius: 14px !important;
  padding: 30px !important;
  box-shadow: 0 0 30px #ff00ff !important;
  color: #ffffff !important;
}

/* Títulos dentro del widget */
.neon-account-zg h2,
.neon-account-zg h3 {
  color: #ff00ff !important;
  text-shadow: 0 0 5px #ff00ff !important;
}

/* Enlaces */
.neon-account-zg a {
  color: #fffff !important;
  text-decoration: none !important;
}

.neon-account-zg a:hover {
  color: #ff00ff !important;
  text-shadow: 0 0 5px #ff00ff !important;
}

/* Tablas de pedidos o datos */
.neon-account-zg table {
  width: 100% !important;
  border-collapse: collapse !important;
  background-color: #1a1a1a !important;
  color: #fff !important;
}

.neon-account-zg th,
.neon-account-zg td {
  border: 1px solid #00ffff !important;
  padding: 10px !important;
}

/* Botones */
.neon-account-zg .woocommerce-button,
.neon-account-zg .button {
  background: linear-gradient(45deg, #ff00ff, #00ffff) !important;
  color: #000000 !important;
  border: none !important;
  padding: 12px 24px !important;
  font-weight: bold !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: transform 0.3s ease !important;
}

.neon-account-zg .woocommerce-button:hover,
.neon-account-zg .button:hover {
  transform: scale(1.05) !important;
  box-shadow: 0 0 12px #00ffff !important;
}



/* Campos de formularios */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea,
select {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  padding: 10px !important;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 16px;
}

/* Enfoque sin perder contraste */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #0ff !important;
  outline: none !important;
}

/* Placeholder */
::placeholder {
  color: #ccc !important;
}

/* Botones */
button,
input[type="submit"],
.woocommerce-button {
  background-color: #0ff !important;
  color: #000 !important;
  border: none !important;
  padding: 10px 20px !important;
  border-radius: 4px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}

button:hover,
input[type="submit"]:hover,
.woocommerce-button:hover {
  background-color: #ff00ff !important;
  color: #fff !important;
}/* End custom CSS */