.wean-inline-form {
  position: relative;
}

/* Anchor the dropdown to the cage-control container */
.wean-inline-cage-control {
  position: relative;
}

.cage-autocomplete-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid #b8c6d8;
  border-radius: 4px;
  background: #fff;
  min-width: 220px;
  max-width: 420px;
  max-height: 220px;
  overflow-y: auto;
  box-shadow: 0 6px 18px rgba(32, 46, 68, 0.22);
}

.cage-autocomplete-item {
  padding: 6px 8px;
  cursor: pointer;
  line-height: 1.3;
}

.cage-autocomplete-item:hover,
.cage-autocomplete-item--active {
  background: #e6f0fb;
}
