.elementor-309 .elementor-element.elementor-element-f2d3da4{--display:flex;border-style:solid;--border-style:solid;border-width:3px 3px 3px 3px;--border-top-width:3px;--border-right-width:3px;--border-bottom-width:3px;--border-left-width:3px;border-color:var( --e-global-color-primary );--border-color:var( --e-global-color-primary );}.elementor-309 .elementor-element.elementor-element-f2d3da4:not(.elementor-motion-effects-element-type-background), .elementor-309 .elementor-element.elementor-element-f2d3da4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1fbfc2f );}#elementor-popup-modal-309{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-309 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-309 .dialog-close-button{display:flex;}#elementor-popup-modal-309 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-13c3220 *//* Links del menú del dashboard (orders, downloads, etc) */
.woocommerce-MyAccount-navigation ul li a {
  color: #ED2024 !important;
  font-family: 'VCR OSD Mono', monospace !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  list-style-type: none !important; /* Quitar bullets */
  padding-left: 0 !important; /* Quitar espacio del bullet */
  display: block;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Quitar bullets de la lista */
.woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  padding-left: 0 !important;
}

/* Hover y focus de los links de menú */
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:focus {
  color: #E7E515 !important;
  outline: none;
}

/* Links dentro de mensajes, textos o notificaciones */
.woocommerce-MyAccount-content a {
  color: #E7E515;
  font-family: 'JetBrains Mono', monospace;
  text-decoration: underline;
  transition: color 0.3s ease;
}

/* Hover de esos links */
.woocommerce-MyAccount-content a:hover,
.woocommerce-MyAccount-content a:focus {
  color: #405FC7;
  outline: none;
}/* End custom CSS */