/* Kapcsolatfelvételi űrlap kiegészítő stílusai. */
.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.formResult {
  padding: 13px 14px;
  margin: 0 0 15px;
  border-radius: 4px;
  font-size:14px;
  line-height: 1.5;
}

.successBox {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #e8f5e8;
  color: #174d3f;
}

.successBox > b {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  background: var(--lime);
  border-radius: 50%;
}

.successBox strong,
.successBox small {
  display: block;
}

.errorBox {
  background: #fff0eb;
  color: #8a351f;
}

.submit:disabled {
  opacity: 0.65;
  cursor: wait;
}
