[id^="neon-pop-button"] {
  display: inline-flex !important;
  justify-content: center !important;
  font-family: 'Figtree', sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.06rem !important;
  text-align: center !important;
  padding-top: .75rem !important;
  padding-right: 1.5rem !important;
  padding-bottom: .75rem !important;
  padding-left: 1.5rem !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  transition: all 0.5s ease 0s !important;
  color: #0a1f14 !important;
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: #0d4530 !important;
  border-right-color: #0d4530 !important;
  border-bottom-color: #0d4530 !important;
  border-left-color: #0d4530 !important;
  text-transform: capitalize !important;
  background-color: #c0e411 !important;
  align-items: center !important;
}

[id^="neon-pop-button"]:hover,
[id^="neon-pop-button"]:focus {
  color: #0a1f14 !important;
  background-color: #f3e059 !important;
}