.cnaigc-api-entry {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 10px;
  margin: 2px 0;
  min-height: 42px;
  padding: 9px 12px;
  text-decoration: none;
  width: 100%;
}

.cnaigc-api-entry:hover {
  background: rgba(127, 127, 127, 0.12);
}

.cnaigc-api-entry:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.cnaigc-api-entry-icon {
  align-items: center;
  background: transparent;
  display: inline-flex;
  flex: 0 0 20px;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.cnaigc-api-entry-glyph {
  display: block;
  height: 20px;
  width: 20px;
}

.cnaigc-api-entry-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#menuPanel > .cnaigc-api-entry {
  color: #1e293b;
  font-size: 13px;
  font-weight: 500;
  gap: 8px;
  min-height: 40px;
  padding: 10px 12px;
}

@media (max-width: 768px) {
  .cnaigc-api-entry {
    max-width: 100%;
  }
}
