.skills-box {
  position: relative;
}

.skills-results {
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  z-index: 999;
}

.skill-item {
  padding: 10px;
  cursor: pointer;
}

.skill-item:hover {
  background: #eef2ff;
}

.skill-tag {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  padding: 6px 10px;
  margin: 5px;
  border-radius: 20px;
}