.contact-form-v2 .hp-field {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  left: -10000px;
  opacity: 0;
  pointer-events: none;
}

.contact-ticket-success {
  padding: 18px;
  display: grid;
  gap: 5px;
  border: 1px solid #a9dcb6;
  border-radius: 12px;
  background: #edf9f0;
  color: #245f33;
}

.contact-ticket-success span {
  font-size: 11px;
  font-weight: 700;
}

.contact-ticket-success strong {
  color: #174c24;
  font: 700 20px Outfit, sans-serif;
  letter-spacing: .04em;
}

.contact-ticket-success p {
  margin: 0;
  font-size: 9px;
}
