/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/mega-menu-item/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.wp-block-jormi-blocks-mega-menu-item {
  position: static;
}
.wp-block-jormi-blocks-mega-menu-item .mega-menu__link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  padding: var(--wp--preset--spacing--2);
  font-size: var(--wp--preset--font-size--small);
  cursor: pointer;
  transition: color 0.15s ease;
  background: none;
  border: none;
}
.wp-block-jormi-blocks-mega-menu-item .mega-menu__link:hover, .wp-block-jormi-blocks-mega-menu-item .mega-menu__link:focus-visible {
  color: var(--wp--preset--color--primary);
  outline: none;
}
.wp-block-jormi-blocks-mega-menu-item .mega-menu__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.wp-block-jormi-blocks-mega-menu-item .mega-menu__chevron::before {
  content: "";
  display: block;
  width: 0.35rem;
  height: 0.35rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translate(-1px, -1px);
}
.wp-block-jormi-blocks-mega-menu-item:hover .mega-menu__chevron, .wp-block-jormi-blocks-mega-menu-item.is-active .mega-menu__chevron, .wp-block-jormi-blocks-mega-menu-item:focus-within .mega-menu__chevron {
  transform: rotate(180deg);
}
.wp-block-jormi-blocks-mega-menu-item .mega-menu__dropdown {
  position: fixed;
  top: var(--header-height, 8.375rem);
  left: 0;
  width: 100%;
  background-color: var(--wp--preset--color--base, #fff);
  border-top: 1px solid var(--wp--preset--color--gray-100, #eaeae9);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.wp-block-jormi-blocks-mega-menu-item:hover .mega-menu__dropdown, .wp-block-jormi-blocks-mega-menu-item.is-active .mega-menu__dropdown, .wp-block-jormi-blocks-mega-menu-item:focus-within .mega-menu__dropdown,
.wp-block-jormi-blocks-mega-menu-item .mega-menu__link[aria-expanded=true] ~ .mega-menu__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.wp-block-jormi-blocks-mega-menu-item .mega-menu__dropdown-inner {
  max-width: var(--wp--style--global--wide-size, 90rem);
  margin: 0 auto;
  padding: var(--wp--preset--spacing--7) var(--wp--custom--container-padding);
}
.wp-block-jormi-blocks-mega-menu-item .mega-menu__dropdown-inner .wp-block-navigation-item__content {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1em;
}
.wp-block-jormi-blocks-mega-menu-item .mega-menu__dropdown-inner .wp-block-navigation-item__description {
  display: block;
  font-size: var(--wp--preset--font-size--small, 1rem);
  color: var(--wp--preset--color--gray-400, #8b8b88);
  line-height: 1.4;
  font-weight: normal;
  white-space: normal;
}

/*# sourceMappingURL=style-index.css.map*/