.fp-ai-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 0;
  background: transparent;
  border-radius: 8px;
  text-decoration: none;
  opacity: 0.88;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.fp-ai-icon:hover {
  opacity: 1;
  transform: translateY(-1px) scale(1.04);
}
.fp-ai-icon img {
  width: 32px;
  height: 32px;
  display: block;
}
