.gleif-lookup-box {
  margin: 15px 0;
  max-width: 720px;
}

.gleif-label {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: linear-gradient(180deg,#2b7cff 0%,#1f6ef2 100%);
  border: 1px solid rgba(255,255,255,.10);
  color: #ffffff;
  font: 700 13px Poppins,Arial,sans-serif;
  letter-spacing: .4px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(37,99,235,.22);
}

.gleif-search-row {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.gleif-query {
  flex: 1 1 260px;
  min-width: 220px;
  padding: 9px 10px;
  border: 1px solid #cfd4dc;
  border-radius: 4px;
}

.gleif-search-btn,
.gleif-actions button {
  border: 0;
  border-radius: 4px;
  background: #0d6efd;
  color: #fff;
  cursor: pointer;
  padding: 9px 14px;
  font-weight: 600;
}

.gleif-search-btn:disabled {
  opacity: 0.65;
  cursor: wait;
}

.gleif-search-btn:hover,
.gleif-actions button:hover {
  background: #0b5ed7;
}

.gleif-results {
  margin-top: 14px;
}

.gleif-message {
  padding: 10px 12px;
  border-radius: 4px;
  background: #f3f4f6;
  color: #111827;
}

.gleif-message-error {
  background: #fff1f2;
  color: #991b1b;
}

.gleif-message-success {
  background: #ecfdf5;
  color: #065f46;
}

.gleif-result {
  background: #fff;
  color: #111827;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 14px;
  margin: 10px 0;
}

.gleif-result-name {
  font-weight: 700;
  margin-bottom: 7px;
}

.gleif-result-meta {
  margin-top: 3px;
}

.gleif-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.gleif-query,
.gleif-query:focus,
.gleif-query:active {
    color: #000 !important;
}