/*
 * MGWW UI polish.
 *
 * Keep modelSpec tools enabled by default, but hide the active tool chips in
 * the composer so users see one clean Tools button. The menu opened by that
 * button is not a sibling of #tools-dropdown-button, so it remains visible.
 */
#tools-dropdown-button ~ button[role="checkbox"],
#tools-dropdown-button ~ div:has(button[role="checkbox"]),
#tools-dropdown-button ~ button[aria-haspopup="menu"]:not([aria-label]) {
  display: none !important;
}
