/* Make the TASK ORG / AO launcher read as a map tool, not a page-level utility. */
#tm-knowledge-launcher.tm-map-mounted {
  position: absolute !important;
  top: 54px !important;
  right: 16px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 7000 !important;
  padding: 10px 14px !important;
  border: 1px solid #d4dbe1 !important;
  border-radius: 3px !important;
  background: rgba(8,12,15,.94) !important;
  color: #fff !important;
  font-size: 12px !important;
  letter-spacing: .9px !important;
  box-shadow: 0 0 0 1px rgba(0,0,0,.85), 0 8px 24px rgba(0,0,0,.5), 0 0 18px rgba(173,201,225,.18) !important;
  backdrop-filter: blur(2px);
}
#tm-knowledge-launcher.tm-map-mounted::after {
  content: ' EXPLORE';
  color: #9fcaf0;
  font-size: 9px;
  margin-left: 7px;
  letter-spacing: .65px;
}
#tm-knowledge-launcher.tm-map-mounted:hover,
#tm-knowledge-launcher.tm-map-mounted:focus-visible {
  background: rgba(22,30,36,.98) !important;
  border-color: #fff !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,.16), 0 10px 28px rgba(0,0,0,.58), 0 0 22px rgba(160,205,240,.28) !important;
}
#tm-knowledge-drawer.tm-open ~ #tm-knowledge-launcher,
body:has(#tm-knowledge-drawer.tm-open) #tm-knowledge-launcher.tm-map-mounted {
  opacity: .3;
}

@media (max-width: 760px) {
  #tm-knowledge-launcher.tm-map-mounted {
    top: auto !important;
    right: 10px !important;
    bottom: 14px !important;
    max-width: calc(100% - 20px);
  }
  #tm-knowledge-launcher.tm-map-mounted::after { display:none; }
}
