#jom-eventbrite-form.hidden {
  display: none;
}

#jom-eventbrite-hint {
  display: flex;
  justify-content: center;
  justify-items: center;
  padding: 20px;
  text-align: center;
}

#eb_approval {
  display: block;
  background-color: var(--enfold-main-color-secondary);
  color: #fff;
  border-radius: 4px;
  padding: 0.25rem 0.5rem;

  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  cursor: pointer;
}
