/*
Theme Name:     divi-hijo
Description:    
Author:         agorarivas2030
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* Ajustar el ancho y la posición del menú móvil en Divi */
.et_mobile_menu {
  min-width: 220px !important; /* Ajusta si tus textos son más largos */
  width: fit-content !important;
  right: 0 !important; /* Asegura que se alinee correctamente */
  left: auto !important;
  padding-right: 10px; /* Espacio interior opcional */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); /* Mejora visual opcional */
}

/* Evitar que los ítems se corten */
.et_mobile_menu li a {
  white-space: nowrap;
}
