.aaps-wrapper {
  margin: 1.5rem 0;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  max-width: 600px;
}

.aaps-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.aaps-input {
  width: 70%;
  max-width: 100%;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-right: 0.5rem;
  box-sizing: border-box;
}

.aaps-button {
  padding: 0.5rem 0.9rem;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  cursor: pointer;
}

.aaps-button:hover {
  background: #e9e9e9;
}

.aaps-results {
  margin-top: 0.75rem;
}

.aaps-section-heading {
  margin-top: 0.75rem;
  margin-bottom: 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #999;
}

.aaps-results-list,
.aaps-site-results-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aaps-result-item,
.aaps-site-result-item {
  margin-bottom: 0.25rem;
}

.aaps-result-link {
  width: 100%;
  text-align: left;
  padding: 0.4rem 0.6rem;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.aaps-result-link:hover {
  background: #f0f0f0;
}

.aaps-site-result-link {
  display: block;
  padding: 0.35rem 0.1rem;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.aaps-site-result-link:hover {
  text-decoration: underline;
}

.aaps-no-results,
.aaps-loading,
.aaps-error {
  font-size: 0.9rem;
  color: #777;
  margin-top: 0.5rem;
}
