/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 14 2025 | 22:36:31 */

/* 1. Primer submenú: se abre hacia abajo */
.wp-block-navigation__submenu-container {
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  position: absolute !important;
  transform: none !important;
  z-index: 9999 !important;
}

/* 2. Sub-submenús: se abren hacia la derecha */

.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  top: 0 !important;
  left: 100% !important;
  right: auto !important;
  position: absolute !important;
}
