<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[type=mobileMenu] {
  list-style: none;
  margin: 0;
  padding: 0;
}

[type=mobileMenu] .directory-no-link &gt; a &gt; .mobile-menu-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
  display: block;
}

[type=mobileMenu] ul,
[type=mobileMenu] li {
  list-style: none;
  margin: 0;
  padding: 0;
}

[type=mobileMenu] ul {
  display: none;
}

[type=mobileMenu] a {
  color: rgb(87, 87, 87);
  display: block;
  position: relative;
  cursor: pointer;
}

[type=mobileMenu] a:hover {
  color: #202020;
  text-decoration: none;
}

[type=mobileMenu] a .mobile-menu-btn {
  display: block;
  width: 50px;
  height: 56px;
  max-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

[type=mobileMenu] a .mobile-menu-btn .mobile-menu-normal-icon {
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

[type=mobileMenu] a .mobile-menu-btn .mobile-menu-normal-icon span:nth-child(1), [type=mobileMenu] a .mobile-menu-btn .mobile-menu-normal-icon span:nth-child(2) {
  content: '';
  display: block;
  position: absolute;
  background: #666;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[type=mobileMenu] a .mobile-menu-btn .mobile-menu-normal-icon span:nth-child(1) {
  width: 20px;
  height: 1px;
}

[type=mobileMenu] a .mobile-menu-btn .mobile-menu-normal-icon span:nth-child(2) {
  width: 1px;
  height: 20px;
}

[type=mobileMenu] li.is-active &gt; a .mobile-menu-btn .mobile-menu-normal-icon {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}


[type=mobileMenu] [disabled] * {
  cursor: no-drop;
}</pre></body></html>