.static-mobile-menu-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.78);
}

body.static-mobile-menu-open {
  overflow: hidden;
}

body.static-mobile-menu-open .static-mobile-menu-modal {
  display: flex;
}

.static-mobile-menu-panel {
  position: relative;
  width: min(86vw, 640px);
  min-height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  background: #e8f5fc;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  padding: 76px 28px 32px;
}

.static-mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #4a489b;
  color: #fff;
  font: 400 30px/42px Arial, sans-serif;
  cursor: pointer;
}

.static-mobile-menu-panel .elementor-527 {
  display: block !important;
}

.static-mobile-menu-panel .elementor-nav-menu,
.static-mobile-menu-panel .elementor-nav-menu li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.static-mobile-menu-panel .elementor-nav-menu a {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #000;
  text-decoration: none;
}

.static-mobile-menu-panel .elementor-nav-menu a:hover,
.static-mobile-menu-panel .elementor-nav-menu a:focus {
  color: #4a489b;
}

@media (max-width: 767px) {
  .static-mobile-menu-panel {
    width: 88vw;
  }
}
