/* AfroLex Connect — autocomplete on third-party sites */

.afrolex-connect-wrap {
  margin-bottom: 1rem;
}

.afrolex-connect-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #3d4452;
  margin-bottom: 6px;
}

.afrolex-connect-input-wrap,
.afrolex-connect-ac-anchor {
  position: relative;
}

.afrolex-connect-field,
input[data-afrolex],
.afrolex-field {
  width: 100%;
  max-width: 100%;
}

.afrolex-connect-field.afrolex-recognized,
input[data-afrolex].afrolex-recognized {
  /* optional subtle hint */
}

.afrolex-connect-ac,
.afrolex-connect-ac-float,
#afrolex-connect-field-ac,
#afrolex-connect-float-ac {
  position: fixed;
  z-index: 2147483647;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  max-height: 240px;
  overflow-y: auto;
  pointer-events: auto;
}

.afrolex-connect-ac-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.9rem;
  border-bottom: 1px solid #f1f3f4;
}

.afrolex-connect-ac-item:last-child {
  border-bottom: none;
}

.afrolex-connect-ac-item:hover,
.afrolex-connect-ac-item.is-active {
  background: #e6f4ea;
}

.afrolex-connect-ac-word {
  font-weight: 600;
  color: #0d1117;
}

.afrolex-connect-ac-meta {
  font-size: 0.75rem;
  color: #6b7385;
  margin-top: 2px;
}

.afrolex-connect-ac-empty {
  padding: 12px 14px;
  font-size: 0.85rem;
  color: #6b7385;
}
