#drawer-navigation {
  z-index: 1000;
}

#automata-search-overlay {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
  width: 420px;
  height: 30px;
  font-family: 'Inter', sans-serif;
}

#automata-search-results {
  z-index: 2000 !important;
  pointer-events: auto !important;
}

#automata-search-clear {
  position: absolute;
  right: 0.8rem;  /* Search gomb előtt legyen */
  top: 50%;
  transform: translateY(-50%);
  display: none;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #cbd5e1;
  cursor: pointer;
  border: none;
  padding: 0;
  transition: background 0.15s ease;
  flex-shrink: 0;
}



#automata-search-clear:hover { background: #94a3b8; }

#automata-search-clear svg {
  width: 10px;
  height: 10px;
  color: #ffffff;
  display: block;
}

#automata-search-clear.visible { display: flex; }

#automata-search-input { padding-right: 6.5rem !important; }

/* ── Dropdown scrollbar ─────────────────────────────────── */
#automata-search-results::-webkit-scrollbar { width: 4px; }
#automata-search-results::-webkit-scrollbar-track { background: #f1f5f9; }
#automata-search-results::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 9999px; }