/* RCreative Elementor HTML Content Editor - frontend */
[data-rchle-hidden="1"] {
  display: none !important;
}

.rchle-pulse {
  animation: rchlePulse 1.6s infinite;
}

.rchle-glow {
  box-shadow: 0 0 0 3px rgba(255,255,255,.2), 0 0 32px currentColor !important;
}

.rchle-svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  object-fit: contain;
  vertical-align: middle;
}

@keyframes rchlePulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, .45); }
  70% { transform: scale(1.035); box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
