.ai-feature-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  flex-wrap: wrap;
}

.ai-model-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border: 1px solid rgba(77, 166, 255, .38);
  border-radius: 999px;
  background: rgba(77, 166, 255, .12);
  color: #79bdff;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .01em;
}

.ai-admin-only {
  display: none !important;
}

.ai-admin-only.ai-admin-visible {
  display: grid !important;
}

.ai-refresh-icon {
  width: 34px;
  height: 34px;
  place-items: center;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid rgba(77, 166, 255, .38);
  border-radius: 50%;
  background: rgba(77, 166, 255, .1);
  color: #79bdff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.ai-members-only {
  margin: 14px;
  padding: 16px;
  border: 1px solid rgba(245, 158, 11, .4);
  border-radius: 14px;
  background: rgba(245, 158, 11, .1);
  color: #fbbf24;
  font-weight: 800;
  line-height: 1.4;
}
