.flexform-lite-tool-body {
  overflow: hidden;
}

.flexform-lite-tool {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: #fff;
}

.flexform-lite-tool #flexform-lite-root {
  width: 100%;
  height: 100%;
}

.flexform-lite-path {
  position: fixed;
  left: 18px;
  bottom: 34px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 7px;
  max-width: calc(100vw - 28px);
  padding: 8px 10px;
  color: #5f7183;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(203, 218, 233, 0.9);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(20, 31, 43, 0.08);
  font-size: 13px;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.flexform-lite-path a {
  color: #1769e0;
  text-decoration: none;
}

.flexform-lite-path a:hover {
  text-decoration: underline;
}

.site-float-menu {
  display: none !important;
}

.drawnix [role="menuitem"]:has(a[href*="THIRD_PARTY_NOTICES"]),
.drawnix li:has(a[href*="THIRD_PARTY_NOTICES"]),
.drawnix a[href*="THIRD_PARTY_NOTICES"],
.drawnix a[href*="THIRD_PARTY_NOTICES.md"] {
  display: none !important;
}
