.elementor-2925 .elementor-element.elementor-element-55e9d65 > .elementor-widget-container{margin:-15px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-55e9d65 *//* Add NEW badge after link */
.new-badge .elementor a::after {
  content: " NEW";
  color: #c82613;
  font-weight: 700;
  margin-left: 6px;
  text-transform: uppercase;
  animation: blink 1s infinite;
  display: inline-block;
}

/* Blink animation */
@keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}/* End custom CSS */