.field-ai-status {
  display: block;
  min-height: 18px;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.field-stock-button:disabled {
  cursor: wait;
  opacity: .65;
}

.ai-typing {
  border-color: var(--purple2) !important;
  background: linear-gradient(90deg, #fff, #faf5ff, #fff) !important;
  background-size: 220% 100% !important;
  box-shadow: 0 0 0 3px #ddd6fe !important;
  animation: letterAiGlow 1.1s linear infinite;
}

@keyframes letterAiGlow {
  to { background-position: -220% 0; }
}

.share-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: #fff !important;
  box-shadow: 0 5px 12px #11182722;
  transition: transform .15s ease, box-shadow .15s ease;
}

.share-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px #1118272e;
}

.share-icon.whatsapp { background: #25d366 !important; }
.share-icon.telegram { background: #229ed9 !important; }
.share-icon svg { width: 19px; height: 19px; }

.result-actions .share-icon {
  align-self: center;
}
