/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 13 2026 | 01:41:11 */
header {
  position: relative;
  z-index: 1000;
}

.wp-block-navigation-item {
  position: relative;
}

.wp-block-navigation__submenu-container {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1001;
}