#button-tertiary-negative {
  white-space: nowrap;
  height: 38px;
  display: inline-flex;
  align-items: center;

  color: #BCE8CA;
  background-color: transparent;

  text-decoration: none !important;
}

#button-tertiary-negative, 
#button-tertiary-negative svg,
#button-tertiary-negative circle,
#button-tertiary-negative .elementor-button-icon:before{
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
}

#button-tertiary-negative > * {
  text-decoration: none !important;
}

#button-tertiary-negative svg {
  width: 18px;
  height: 24px;
  z-index: 1;
}

#button-tertiary-negative .elementor-button-content-wrapper {
  gap: 15px;
}

#button-tertiary-negative:hover svg {
  transform: translateX(5px);
}

#button-tertiary-negative .elementor-button-text {
  z-index: 1;
}

#button-tertiary-negative .elementor-button-icon {
  position: relative;
  z-index: 0;
}