/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.hamburger-menu-block {
  position: relative;
  z-index: 1000;
}
.hamburger-menu-block .hamburger-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger-menu-block .hamburger-toggle svg {
  width: calc(var(--wp--custom--icon-width, 24px) * 1px);
  height: calc(var(--wp--custom--icon-width, 24px) * 1px);
  fill: currentColor;
}
.hamburger-menu-block .hamburger-toggle:hover {
  opacity: 0.7;
}
.hamburger-menu-block .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  cursor: pointer;
}
.hamburger-menu-block .menu-container {
  position: fixed;
  top: 0;
  right: -320px;
  width: 320px;
  height: 100vh;
  background: var(--wp--custom--menu-background, #fff);
  color: var(--wp--custom--menu-text, #000);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
.hamburger-menu-block .menu-container .menu-inner-blocks {
  margin-top: 20px;
  width: 100%;
}
.hamburger-menu-block .close-button {
  position: relative;
  align-self: flex-end;
  margin-bottom: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger-menu-block .close-button svg {
  width: calc(var(--wp--custom--close-icon-width, 24px) * 1px);
  height: calc(var(--wp--custom--close-icon-width, 24px) * 1px);
  fill: currentColor;
}
.hamburger-menu-block .close-button:hover {
  opacity: 0.7;
}
.hamburger-menu-block .menu-items,
.hamburger-menu-block .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.hamburger-menu-block .sub-menu {
  padding-left: 1rem;
  display: none;
  overflow: hidden;
  height: 0;
}
.hamburger-menu-block .sub-menu.is-active {
  display: block;
}
.hamburger-menu-block .menu-item {
  opacity: 0;
  transform: translateX(20px);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid color-mix(in srgb, var(--wp--custom--menu-text, #000) 5%, transparent);
}
.hamburger-menu-block .menu-item .sub-menu .menu-item {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.hamburger-menu-block .menu-item .sub-menu .menu-item a {
  font-size: 1rem;
}
.hamburger-menu-block .menu-item .sub-menu .menu-item:first-child {
  padding-top: 0.5rem;
}
.hamburger-menu-block .menu-item.menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hamburger-menu-block .menu-item.menu-item-has-children > a .submenu-toggle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  background: var(--wp--custom--menu-text, #000);
  color: var(--wp--custom--menu-background, #fff);
}
.hamburger-menu-block .menu-item.menu-item-has-children > a .submenu-toggle svg {
  transform: rotate(0);
  transition: transform 0.3s ease;
  width: 14px;
  height: 14px;
}
.hamburger-menu-block .menu-item.menu-item-has-children > a.submenu-active .submenu-toggle svg {
  transform: rotate(180deg);
}
.hamburger-menu-block .menu-item a {
  color: var(--wp--custom--menu-text, #333);
  text-decoration: none;
  font-size: 1.1rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hamburger-menu-block .menu-item a:hover {
  color: var(--wp--custom--menu-text, #666);
  opacity: 0.8;
}
.hamburger-menu-block.is-active .menu-overlay {
  display: block;
}

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